
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
@media only screen and (max-width: 767px) {
	.ModuleOnLineServiceGiant.layout-109 {
		display: none;
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-giant-container {
	width: 66px;
	float: right;
}
.ModuleOnLineServiceGiant.layout-109 .qrcodetips{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
	 text-align: center;
	  margin-top:4px;
	  color:#666
	}

@keyframes scaleToggleOne {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	50% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleTwo {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	20% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	60% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleThree {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	33% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	66% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes turn{
	0%{-webkit-transform:rotate(0deg);}
	25%{-webkit-transform:rotate(90deg);}
	50%{-webkit-transform:rotate(180deg);}
	75%{-webkit-transform:rotate(270deg);}
	100%{-webkit-transform:rotate(360deg);}
}

.turn{
	animation:turn 1s linear ;
}

.ModuleOnLineServiceGiant.layout-109  .animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.ModuleOnLineServiceGiant.layout-109 .online-service {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	/* position:fixed;
	bottom:0;
	right:40px; */
	opacity: 0;
	-webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	/* z-index:700; */
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	cursor: pointer;
	-webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
	transition: all 1s cubic-bezier(.86, 0, .07, 1)
}

.ModuleOnLineServiceGiant.layout-109 .online-service:focus {
	outline: 0
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animated {
	opacity: 1;
	/* transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px) */
	margin-bottom: 20px;
}
.ModuleOnLineServiceGiant.layout-109 .animated-circles2{
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	z-index: 51;
	background: transparent;
}
.ModuleOnLineServiceGiant.layout-109 .animated-circles2:after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #26c7fc, #26c7fc);
	position: absolute;
	right: 0px;
	top: 5px;
	z-index: 50
}

.ModuleOnLineServiceGiant.layout-109 .online-service .head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles .circle {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	z-index: 49;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-1 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-2 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-3 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
	opacity: 0!important
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
	opacity: 0!important
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	min-height: 44px;
	z-index: 0;
	-webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
	transition: all .3s cubic-bezier(.86, 0, .07, 1);
	width: 180px;
	/* background-color: #1E88E5; */
	color: #fff;
	text-align: left;
	border-radius: 15px 15px 0px 15px;
	box-shadow: 0px 0px 20px 0px rgba(30, 136, 229, 0.08);
	display: flex;
	align-items: center;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.show_hint {
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	opacity: 1
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.hide_hint {
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.ModuleOnLineServiceGiant.layout-109 .online-service-top {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fffefe;
	box-shadow: 0px 0px 10px 0px rgba(0, 69, 129, 0.08);
	text-align: center;
	line-height: 40px;
	transform: rotate(180deg);
	color: #1E88E5;
	margin: 0 auto;
	cursor: pointer;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content {
	width: 66px;
	background: #fffefe;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	bottom: 60px;
	text-align: center;
	padding-top: 20px;
	display: none;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-tab {
	min-height: 40px;
	height: auto;
	/*max-height: 60px;
    padding-bottom: 10px;
	padding-top: 5px; */
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	position: relative;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close {
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	width: 100%;
    height: 20px;
}
.ModuleOnLineServiceGiant.layout-109 .imitem{
	width: 190px;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3{
	width: 2px;
	height: 18px;
	display: inline-block;
	background-color:#666;
	position: absolute;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3:before{ content: '';}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .topline{
	/* visibility: hidden; */
	transform: rotate(45deg);
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .bottomline{
	/* visibility: hidden; */
	transform: rotate(-45deg);
}
@keyframes topline{
	0%{
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	100%{
		transform: rotate(45deg);
		-webkit-transform:rotate(45deg);
	}
}
@keyframes bottomline{
	0%{
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	}

	100%{
		transform: rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .topline {
	animation: 0.5s topline  forwards
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .bottomline {
	animation: 0.5s bottomline  forwards
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .iconfont {
	font-size: 20px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .active {
	background: #1E88E5;
	color: #fff;
	padding: 5px 0;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close::after {
	position: absolute;
	content: '';
	width: 29px;
	height: 1px;
	border: 1px solid #eeeeee;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.ModuleOnLineServiceGiant.layout-109 .content-tab-name {
	display: block;
	width: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.54s;
}
.ModuleOnLineServiceGiant.layout-109 .content-tab-name.tabnameshow {
	min-height: 20px;
	/* overflow:visible; */
	opacity: 1;
	height: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .hoverdiv {
	position: absolute;
	width: 100%;
	left: -45px;
	height: 100%;
	transform: translatey(-50%);
	top: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content {
	max-width: 450px;
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	display: flex;
	padding: 20px;
	position: absolute;
	right: 40px;
	flex-wrap: wrap;
	text-align: left;
	width:max-content;
}

.ModuleOnLineServiceGiant.layout-109 .content-common {
	left: auto;
	top: 50%;
	transform: translate(0,-50%);
	right: 40px;
	visibility: hidden;
}
.ModuleOnLineServiceGiant.layout-109 .content-common.showami{
	visibility:visible;
	transform: translate(-10px, -50%);
	transition:all 0.3s;
}

.ModuleOnLineServiceGiant.layout-109 .content-common::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 8px solid #fff;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	/* right: 40px;  */
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a {
	width: calc((100% - 30px) / 2);
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:first {
	margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:nth-child(2n+1) {
	margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IconType img {
	width: 14px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IMType {
	color: #999999;
	font-size: 12px;
	margin-left: 5px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content {
	padding: 14px 0px;
	border-top: 1px solid #eeeeee;
	margin-top: 2px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .IMName {
	width: calc(100% - 50px);
	margin-left: 10px;
	display: inline-block;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.ModuleOnLineServiceGiant.layout-109 .Contacts-content {
	max-width: 324px;
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	text-align: left;
	padding: 20px;
	display: block;
	width: max-content;
	cursor: text;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item {
	/* align-items: flex-start;
	align-content: flex-start;*/
	display: flex;
	margin-bottom: 25px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item:last-child {
	margin-bottom: 0;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon{
    width: 12px;
	margin-top: -3px;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon img {
	width: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item-name {
	margin-right: 30px;
	color: #999999;
	font-size: 12px;
	max-width: 100px;
	text-align: left;
	display: inline-block;
	vertical-align: top;

}

.ModuleOnLineServiceGiant.layout-109 .ContactContent {
	color: #333;
	font-size: 12px;
	word-break: break-word;
	width:  calc(100% - 17px);
	margin-left: 5px;
	max-width: 270px;
}

.ModuleOnLineServiceGiant.layout-109 .contact-item-content {
    max-width: 100%;
	display: flex;
}

.ModuleOnLineServiceGiant.layout-109 .QRcode-content {
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	text-align: left;
	padding: 20px;
	display: block;
	width: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .qrcode-content {
	width: 170px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top
}
.ModuleOnLineServiceGiant.layout-109 .qrcode-content .img{
	max-height:170px;
}

.ModuleOnLineServiceGiant.layout-109 .nodata {
	min-width: 180px;
	border-radius: 10px;
	color: #999999;
	font-size: 12px;
	background: #FEFEFE;
	text-align: center;

}
.module_402039892 .ModuleHead .HeadCenter{float:none;}
#module_402039892 {
padding:0px;
}
#module_402039892 {
position:absolute;
z-index:4001;
top:621px;
left:0px;
width:100%;
height:126px;
}
#module_402039892 .ModuleHead402039892 {
display:none;
}
#module_402039892 .BodyCenter.BodyCenter402039892 {
background:none;background-color:rgba(0,0,0,0);
}
#module_402039892 >.module_402039892 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_402039892 >.module_402039892{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_402039892 .BodyCenter.BodyCenter402039892 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_402039892 .BodyCenter.BodyCenter402039892 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_402039892 >.module_402039892 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_402039892 >.module_402039892 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_402039892 >.module_402039892 {box-shadow: 0px 0px 0px 0px #ccc}
#module_402039892:hover {
border:none;
}
#module_402039892:hover >.module_402039892 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_402039892 .animated-circles.animated .c-1,#module_402039892 .animated-circles.animated .c-2,#module_402039892 .animated-circles.animated.c-3{opacity: 0.25; background-color:#1e88e5;} #module_402039892 .animated-circles2:after{background-image:linear-gradient(to bottom, #1e88e5, #1e88e5)}
#module_402039892 .online-service-nav .head{background-color:#FFFFFF;}
#module_402039892 .online-service{border-width:0px;}
#module_402039892 .online-service{border-style:;}
#module_402039892 .online-service{border-color:;}
#module_402039892 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_402039892 .online-service-content{background-color:#fff;}
#module_402039892 .online-service-content{border-top-left-radius:20px;}
#module_402039892 .online-service-content{border-bottom-left-radius:20px;}
#module_402039892 .online-service-content{border-bottom-right-radius:20px;}
#module_402039892 .online-service-content{border-top-right-radius:20px;}
#module_402039892 .online-service-content-tab .content-tab{background-color:transparent;}
#module_402039892 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_402039892 .content-close::after{border-width:1px;}
#module_402039892 .content-close::after{border-style:solid;}
#module_402039892 .content-close::after{border-color:#eeeeee;}
#module_402039892 .content-close span{background-color:#999999;}
#module_402039892 .online-service-top{background-color:#ffffff;}
#module_402039892 .online-service-top .iconfont{color:#1e88e5;}
#module_402039892 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_402039892 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_402039892 .online-service:hover{border-width:0px;}
#module_402039892 .online-service:hover{border-style:;}
#module_402039892 .online-service:hover{border-color:;}
#module_402039892 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_402039892 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_402039892 .online-service:hover .online-service-hint{background-color:#1976d2;}
#module_402039892 .online-service-content-tab .content-tabh:hover{background-color:#1976d2;}
#module_402039892 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_402039892 .content-close:hover span{background-color:#999999;}
#module_402039892 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_402039892 .online-service-top:hover{background-color:#ffffff;}
#module_402039892 .online-service-top:hover .iconfont{color:#1976d2;}
#module_402039892 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#FreeMainZone{height:747px}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .addnewhelper{white-space: unset;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display:table;width: 100%;position: relative;table-layout:fixed;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{display:table-cell; vertical-align: top;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubPadding{
    height: 100%;
    position: relative;
    display: table-cell;
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:after{
    display: block;
    content: '';
    width: 1px;
    border-left: 1px dashed rgba(75, 151, 255, 0);
    height: 100%;
    margin: auto;
}
.ModuleGridCustomGiant.layout-101:hover .SubDrag:after{border-left: 1px dashed rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag{
    width: 6px;
    cursor: e-resize;
    position: absolute;
    z-index: 99;
    min-height: 66px;
    height: 100%;
    background-color: rgba(75, 151, 255, 0);
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover{background-color: rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover:after{border-left: 1px dashed rgba(75, 151, 255, 0);}
.ModuleGridCustomGiant.layout-101 .row {margin-right: 0px;margin-left: 0px;}
.ModuleGridCustomGiant.layout-101 .ModuleGridCol{padding: 0px;}

.ModuleGridCustomGiant.layout-101 .ModuleGridContainer{
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridCustomGiant.layout-101{height: 100%;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .ModuleContainer .SubPadding {height: 100%}

@media only screen and (max-width: 767px) {
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display: flex;flex-wrap: wrap;}
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding{float:left;height: 10px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{float:left;padding-top:2px;padding-bottom:2px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding .SubDrag{display:none;}
    /* padding 宽度 用 5，子容器宽度为 (100% - (列数 - 1) * padding宽度)/列数) */
    /* 12列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubContainer{width:calc((100% - 55px)/12)!important;}
    /* 11列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubContainer{width:calc((100% - 50px)/11)!important;}
    /* 10列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubContainer{width:calc((100% - 45px)/10)!important;}
    /* 9列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubContainer{width:calc((100% - 40px)/10)!important;}
    /* 8列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubContainer{width:calc((100% - 35px)/8)!important;}
    /* 7列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubContainer{width:calc((100% - 30px)/7)!important;}
	/* 6列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubContainer{width:calc((100% - 25px)/6)!important;}
	/* 5列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding5{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubContainer{width:calc((100% - 20px)/5)!important;}
	/* 4列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubContainer{width:calc((100% - 15px)/4)!important;}
	/* 3列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding3{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding6{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubContainer{width:calc((100% - 10px)/3)!important;}
	/* 2列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding2{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding6{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubContainer{width:calc((100% - 5px)/2)!important;}
	/* 1列 无padding */
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubPadding{width:0px;display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubContainer{width:100%!important;}
}

.ModuleGridCustomGiant.layout-101 .ModuleGridBorder{border:0px !important;padding: 0 !important;}
.module_389621209 .ModuleHead .HeadCenter{float:none;}
#module_389621209 {
padding:0px;
}
#module_389621209 {
position:static;
z-index:999;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_389621209 .ModuleHead389621209 {
display:none;
}
#module_389621209 .BodyCenter.BodyCenter389621209 {
background:none;background-color:rgba(255, 255, 255, 0);
}
#module_389621209 >.module_389621209 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389621209 >.module_389621209{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389621209 .BodyCenter.BodyCenter389621209 {
padding-top:0.0000%;
padding-left:4.2021%;
padding-right:2.0213%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389621209 .BodyCenter.BodyCenter389621209 {
padding-top:7.4928%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_389621209 >.module_389621209 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389621209 >.module_389621209 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_389621209 >.module_389621209 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389621209:hover {
border:none;
}
#module_389621209:hover >.module_389621209 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389621209 .ModuleSubContainer{background-color:transparent;}
#module_389621209 .ModuleSubContainer{background-image:none;}
#module_389621209 .ModuleSubContainer{background-repeat:no-repeat;}
#module_389621209 .ModuleSubContainer{background-position:0% 0%;}
#module_389621209 .ModuleSubContainer{background-attachment:scroll;}
#module_389621209 .ModuleSubContainer{}
#module_389621209 {!bgVideo!}{bgVideoUrl:}
#module_389621209 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_389621209 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_389621209 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer389621209 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer389621209 .SubPadding {width:0px;}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_389621572 .ModuleHead .HeadCenter{float:none;}
#module_389621572 {
padding:0px;
}
#module_389621572 {
position:static;
z-index:0;
top:55px;
left:278px;
width:100%;
height: auto;
}
#module_389621572 .ModuleHead389621572 {
display:none;
}
#module_389621572 {
border:none;
}
@media screen and (min-width: 768px){
#module_389621572 >.module_389621572 {
margin-top:5.5072%;
margin-left:9.2754%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389621572 >.module_389621572 {
}
}

#module_389621572 img{border-top-color:transparent;}
#module_389621572 img{border-top-style:none;}
#module_389621572 img{border-top-width:0px;}
#module_389621572 img{border-right-color:transparent;}
#module_389621572 img{border-right-style:none;}
#module_389621572 img{border-right-width:0px;}
#module_389621572 img{border-bottom-color:transparent;}
#module_389621572 img{border-bottom-style:none;}
#module_389621572 img{border-bottom-width:0px;}
#module_389621572 img{border-left-color:transparent;}
#module_389621572 img{border-left-style:none;}
#module_389621572 img{border-left-width:0px;}
#module_389621572 img{border-top-left-radius:0px;}
#module_389621572 img{border-top-right-radius:0px;}
#module_389621572 img{border-bottom-left-radius:0px;}
#module_389621572 img{border-bottom-right-radius:0px;}
#module_389621572 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer389621209 #Sub389621209_1 {width:19.5911%;}
.module_394774662 .ModuleHead .HeadCenter{float:none;}
#module_394774662 {
padding:0px;
}
#module_394774662 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_394774662 .ModuleHead394774662 {
display:none;
}
#module_394774662 .BodyCenter.BodyCenter394774662 {
background:none;background-color:rgba(0,0,0,0);
}
#module_394774662 >.module_394774662 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_394774662 >.module_394774662{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_394774662 .BodyCenter.BodyCenter394774662 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_394774662 .BodyCenter.BodyCenter394774662 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_394774662 >.module_394774662 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_394774662 >.module_394774662 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_394774662 >.module_394774662 {box-shadow: 0px 0px 0px 0px #ccc}
#module_394774662:hover {
border:none;
}
#module_394774662:hover >.module_394774662 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}


/*纯文本模块 layout 101*/
.ModulePlainTextGiant.layout-101 {font-size: 14px;}
.ModulePlainTextGiant.layout-101 .plainTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden;}.module_392039449 .ModuleHead .HeadCenter{float:none;}
#module_392039449 {
padding:0px;
}
#module_392039449 {
position:static;
z-index:0;
top:150px;
left:294px;
width:100%;
height: auto;
}
#module_392039449 .ModuleHead392039449 {
display:none;
}
#module_392039449 .BodyCenter.BodyCenter392039449 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392039449 >.module_392039449 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392039449 >.module_392039449{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392039449 .BodyCenter.BodyCenter392039449 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392039449 .BodyCenter.BodyCenter392039449 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_392039449 >.module_392039449 {
margin-top:0.3925%;
margin-left:73.1109%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392039449 >.module_392039449 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_392039449 >.module_392039449 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392039449:hover {
border:none;
}
#module_392039449:hover >.module_392039449 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392039449 .ModulePlainTextGiantContent{margin-top:0px;}
#module_392039449 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_392039449 .ModulePlainTextGiantContent{margin-left:0px;}
#module_392039449 .ModulePlainTextGiantContent{margin-right:10px;}
#module_392039449 .plainTextGiant-Container{padding-top:10px;}
#module_392039449 .plainTextGiant-Container{padding-bottom:10px;}
#module_392039449 .plainTextGiant-Container{padding-left:10px;}
#module_392039449 .plainTextGiant-Container{padding-right:10px;}
#module_392039449 a{font-size:unset;font-family:unset}
.ModuleNavGiant.layout-116 .main-nav-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 0;
    overflow:hidden;
}
.ModuleNavGiant.layout-116 .aroundMune{
    position: absolute;
    display: flex;
    align-items: center;
    right: 0px;
    padding:0 10px;
    height: 100%;
    z-index: 5;
    transform: rotateY(90deg);
}
.ModuleNavGiant.layout-116 .aroundMune.active{
    transform: rotateY(0deg);
}
.ModuleNavGiant.layout-116 .moveMenuRight, .ModuleNavGiant.layout-116 .moveMenuLeft{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color:#666;
    text-align: center;
    border:1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    cursor: pointer;
}
.ModuleNavGiant.layout-116 .main-nav-content .moveMenuRight{
    background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-116 .main-nav-content .moveMenuLeft{
    display:none;
    background-color: rgba(238,238,238,.6);
    margin-right: 10px

}
.ModuleNavGiant.layout-116 .moveMenuRight:hover, .ModuleNavGiant.layout-116 .moveMenuLeft:hover{
    color:#fff;
    background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-116 .main-nav-content >.blank-solve{
    width: auto;
    display: inline-block;
    transition: all .4s;
    position: relative;
    left: 0;
}
.ModuleNavGiant.layout-116 .main-nav-item-group {
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    height: 80px;
    line-height: 80px;
    float: left;
}
.ModuleNavGiant.layout-116 .main-nav-item {
    box-sizing: content-box;
    padding: 0 25px;
    color: #000000;
    position: relative;
    display:inline-block;
}

.ModuleNavGiant.layout-116 .main-nav-item::before {
    content: '';
    position: absolute;
    width: 0%;
    transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    border-bottom-width:3px;
    border-bottom-style:solid;
    z-index: 1;
    left: 50%;
    bottom: 0;
    margin-bottom: 10px;
}

.ModuleNavGiant.layout-116 .mainName,
.ModuleNavGiant.layout-116 .main-nav-item-name::after{
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.ModuleNavGiant.layout-116 .mainName{
    display: block;
    text-align: center;
}

.ModuleNavGiant.layout-116 .main-nav-item-hover::before {
    width: 20%;
    left: 40%;
    opacity: 1;
}

.ModuleNavGiant.layout-116 .main-nav-item-hover .main-nav-item-name .mainName{
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}

.ModuleNavGiant.layout-116 .main-nav-item .main-nav-item-name::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.ModuleNavGiant.layout-116 .main-nav-item:hover .main-nav-item-name::after{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ModuleNavGiant.layout-116 .main-nav-item-hover .main-nav-item-name::after{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ModuleNavGiant.layout-116 .sub-nav-item-group {
    z-index: 3;
    height: 200px;
    bottom: -220px;
    left: -49px;
    width: 192px;
    text-align: center;
    display: none;
    margin: 0px !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-menu {
    transition: .15s ease-in-out;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ModuleNavGiant.layout-116 .sub-nav-item-box {
    width : 100%;
    position: relative;
    box-shadow: 0 0 rgba(0,0,0,0);
    height: auto !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box:last-child{
    border-bottom-width: 0px !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .item_sub.item_outer,
.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .spanSubName{
    padding: 0 20px 0 23px;
}
.ModuleNavGiant.layout-116 .third-nav-item:hover .item_third .item_outer,
.ModuleNavGiant.layout-116 .third-nav-item:hover .thirdName{
    padding: 0 0 0 23px;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .item_outer {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    text-align: left;
    padding-right: 12px;
}

.ModuleNavGiant.layout-116 .third-nav-item .item_outer {
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .item_sub.item_outer:before {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - 2px);
    left: -23px;
    width: 12px;
    height: 3px;
    color: inherit;
    line-height: inherit;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}

.ModuleNavGiant.layout-116 a:last-child .item_third{
    border-bottom-width: 0px !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .item_third .item_outer:before {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - 2px);
    left: -23px;
    width: 12px;
    height: 3px;
    color: inherit;
    line-height: inherit;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .item_sub.item_outer:before,
.ModuleNavGiant.layout-116 .third-nav-item:hover .item_third .item_outer:before{
    left: 0px;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .outAfter:after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    right: -6px;
    content: '\35';
    font-family: ElegantIcons;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ed1d24;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .flip:after {
    transform: rotateY(180deg);
}

.ModuleNavGiant.layout-116 .sub-nav-item-group{
position: relative;
}
.ModuleNavGiant.layout-116 .arrow{
top:13px;
width:15px;
height:15px;
position: absolute;
left: 50%;
margin-left: -7.5px;
z-index:-1;
transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
box-shadow: 0 0 1px rgba(0,0,0,.1);
}

.ModuleNavGiant.layout-116 .sub-nav-item:first-child {
border-top: none!important;
}
.ModuleNavGiant.layout-116 .sub-nav-item:last-child {
border-bottom: none!important;
}
.ModuleNavGiant.layout-116 .maxLine{
display: inline-block;
max-width: calc(100% - 80px);
width: 100%;
}

.ModuleNavGiant.layout-116 .sub-nav-item-div {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
    overflow: hidden;
}

.ModuleNavGiant.layout-116 .sub-nav-item-href {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 12px;
    cursor: pointer;
    float: none;
    margin: 0;
}

.ModuleNavGiant.layout-116 .sub-nav-item-SubName {
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    text-align: left;
}

.ModuleNavGiant.layout-116 .spanSubName,.ModuleNavGiant.layout-116 .thirdName {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-transition: padding .2s ease-in-out;
    padding-right: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.ModuleNavGiant.layout-116 .sub-nav-item:hover {
background-color: #f7f7f7;
}
.ModuleNavGiant.layout-116 .sub-nav-item-hover {
background-color: #f7f7f7;
}
.ModuleNavGiant.layout-116 .sub-nav-item-group.current {
display: block;
}
.ModuleNavGiant.layout-116 .main-nav-item-group.current .main-nav-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #1976d2;
    z-index: 11111;
    left: 0;
    bottom: 0;
}
.ModuleNavGiant.layout-116 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}

/* 三级菜单 Begin*/
.ModuleNavGiant.layout-116 .third-nav-item-group {
    width: 100%;
    z-index: 20;
    display: none;
    list-style: none outside none;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
    position: absolute;
    top: 0px;
    height: auto;
    overflow: hidden;
    border-radius: 2px;
    border-top-left-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}
/* 三级菜单 Begin*/
.ModuleNavGiant.layout-116 .third-nav-item-box {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    height: auto;
}
.ModuleNavGiant.layout-116 .third-nav-item:first-child {
    /*border-top: none!important;*/
}
.ModuleNavGiant.layout-116 .third-nav-item:last-child {
    /*border-bottom: none!important;*/
}
.ModuleNavGiant.layout-116 .third-nav-item {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-family: Rajdhani,sans-serif;
    font-size: 12px;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: .1em;
    /* text-transform: uppercase; */
    color: grey;
    margin: 0;
}
.ModuleNavGiant.layout-116 .third-nav-item:hover {
    background-color: #f7f7f7;
}
.ModuleNavGiant.layout-116 .third-nav-item-inner {
    display: block;
    height: calc(100%);
}
.ModuleNavGiant.layout-116 .sub-nav-item-p{
    float: left;
    margin: 0px 0px 0px 70px;
}
.ModuleNavGiant.layout-116 .sub-nav-item-span{
    float: right;
    margin: 0px 24px 0px 0px;
    font-size: 16px;
    display: none;
}
/*.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .sub-nav-item:after,.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .sub-nav-item-hover::after{*/
/*    content: "\e65f";*/
/*    position: absolute;*/
/*    -webkit-animation: layout-116-nav-active2 0.5s;*/
/*    -moz-animation: layout-116-nav-active2 0.5s;*/
/*    -o-animation: layout-116-nav-active2 0.5s;*/
/*    animation: layout-116-nav-active2 0.5s;*/
/*    right: 25px;*/
/*}*/
.ModuleNavGiant.layout-116 .nohover::after{
    content: ""!important;
}
.ModuleNavGiant.layout-116 .sub-nav-item{
    line-height: calc( 100% + 24px );
}
.ModuleNavGiant.layout-116 .sub-nav-item-box .icon-xiangyoujiantou:before{
    content:"";
}
.ModuleNavGiant.layout-116 .sub-nav-item-box .icon-xiangzuojiantou:before{
    position: absolute;
    -webkit-animation: layout-116-nav-active2 0.5s;
    -moz-animation: layout-116-nav-active2 0.5s;
    -o-animation: layout-116-nav-active2 0.5s;
    animation: layout-116-nav-active2 0.5s;
    left: 25px;
}
.ModuleNavGiant.layout-116 .verticalMenu {height: auto !important;}
.ModuleNavGiant.layout-116 .verticalMenu.main-nav-content >.blank-solve {width: 100% !important;}
.ModuleNavGiant.layout-116 .verticalMenu .main-nav-item-group {float: unset; width: 100%;}
.ModuleNavGiant.layout-116 .verticalMenu .main-nav-item-group:last-child {margin-bottom: 0 !important;}
.ModuleNavGiant.layout-116 .verticalMenu .main-nav-item {padding: 0 !important; text-align: center;}
.ModuleNavGiant.layout-116 .sub-nav-item-group.sub-menu{
    display: none !important;
}

@font-face {
    font-family:eleganticons;src:url(../fonts/eleganticons.eot);src:url(../fonts/eleganticons.eot#iefix) format('embedded-opentype'),url(../fonts/eleganticons.woff) format('woff'),url(../fonts/eleganticons.ttf) format('truetype'),url(../fonts/eleganticons.svg#eleganticons) format('svg');font-weight:400;font-style:normal
}[data-icon]:before {
     font-family: eleganticons;
     content: attr(data-icon);
     speak: none;
     font-weight: 400;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale
 }.module_389619096 .ModuleHead .HeadCenter{float:none;}
#module_389619096 {
padding:0px;
}
#module_389619096 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_389619096 .ModuleHead389619096 {
display:none;
}
#module_389619096 .BodyCenter.BodyCenter389619096 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389619096 >.module_389619096 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389619096 >.module_389619096{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389619096 .BodyCenter.BodyCenter389619096 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389619096 .BodyCenter.BodyCenter389619096 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_389619096 >.module_389619096 {
margin-top:0.0000%;
margin-left:6.4769%;
margin-right:0.0981%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389619096 >.module_389619096 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_389619096 >.module_389619096 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389619096:hover {
border:none;
}
#module_389619096:hover >.module_389619096 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389619096 .main-nav-item-group{height:58px;} #module_389619096 .main-nav-item{line-height:58px;} #module_389619096 .main-nav-content{height:58px}
#module_389619096 .main-nav-content{background-color:rgba(255, 255, 255, 0);}
#module_389619096 .main-nav-content{background-image:none;}
#module_389619096 .main-nav-content{background-repeat:no-repeat;}
#module_389619096 .main-nav-content{}
#module_389619096 .main-nav-content{}
#module_389619096 .main-nav-content{}
#module_389619096 .main-nav-content, #module_389619096 .verticalMenu .main-nav-item-group{text-align:left;}
#module_389619096 .main-nav-item{font-size:18px;}
#module_389619096 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_389619096 .main-nav-item{color:rgb(255, 255, 255);}
#module_389619096 .main-nav-item{font-weight:bold;}
#module_389619096 .main-nav-item{text-decoration:none;}
#module_389619096 .main-nav-item{font-style:normal;}
#module_389619096 .main-nav-item{width:auto;}
#module_389619096 .main-nav-item,#module_389619096 .defaultMenu .main-nav-item-name::after{padding-left:35px;padding-right:35px;} #module_389619096 .verticalMenu .main-nav-item-group{margin-bottom:35px;}
#module_389619096 .main-nav-item{background-color:transparent;}
#module_389619096 .main-nav-item{background-image:none;}
#module_389619096 .main-nav-item{background-repeat:no-repeat;}
#module_389619096 .main-nav-item{}
#module_389619096 .main-nav-item{}
#module_389619096 .main-nav-item{}
#module_389619096 .sub-nav-item-group{width:244px;}
#module_389619096 .sub-nav-item-div{font-size:14px;}
#module_389619096 .sub-nav-item-div{font-family:微软雅黑,Microsoft YaHei;}
#module_389619096 .sub-nav-item-div{color:rgb(0, 0, 0);},#module_389619096 .sub-nav-item:hover::after{color:rgb(0, 0, 0);}
#module_389619096 .sub-nav-item-div{font-weight:normal;}
#module_389619096 .sub-nav-item-div{text-decoration:none;}
#module_389619096 .sub-nav-item-div{font-style:normal;}
#module_389619096 .sub-nav-item-SubName{font-size:12px;}
#module_389619096 .sub-nav-item-SubName{font-family:微软雅黑,Microsoft YaHei;}
#module_389619096 .sub-nav-item-SubName{color:#999;}
#module_389619096 .sub-nav-item-SubName{font-weight:normal;}
#module_389619096 .sub-nav-item-SubName{text-decoration:none;}
#module_389619096 .sub-nav-item-SubName{font-style:normal;}
#module_389619096 .sub-nav-item-box .item_sub.item_outer:before{background-color:rgb(79, 129, 189);} #module_389619096 .sub-nav-item-box .outAfter:after{color:rgb(79, 129, 189);}
#module_389619096 .sub-nav-item-menu,#module_389619096 .arrow,#module_389619096 .sub-normal-color{background-color:#fff;}
#module_389619096 .sub-nav-item-menu{background-image:none;}
#module_389619096 .sub-nav-item-menu{background-repeat:no-repeat;}
#module_389619096 .sub-nav-item-menu{}
#module_389619096 .sub-nav-item-menu{}
#module_389619096 .sub-nav-item-menu{}
#module_389619096 .sub-nav-item-box{border-bottom-color:#E3E9EE;}
#module_389619096 .sub-nav-item-box{border-bottom-style:dashed;}
#module_389619096 .sub-nav-item-box{border-bottom-width:1px;}
#module_389619096 .sub-nav-item-menu{padding-top:8px;}
#module_389619096 .sub-nav-item-menu{padding-bottom:8px;}
#module_389619096 .sub-nav-item-menu{padding-left:24px;}
#module_389619096 .sub-nav-item-menu{padding-right:24px;}
#module_389619096 .sub-nav-item-menu{box-shadow:0px 0px 24px 0px rgba(75, 76, 79, 0.1);}
#module_389619096 .third-nav-item-group{width:244px;}
#module_389619096 .third-nav-item{height:42px;line-height:42px;} #module_389619096 .third-nav-item {line-height:calc(100% + (42px - 10px));}
#module_389619096 .third-nav-item .item_outer{font-size:14px;}
#module_389619096 .third-nav-item .item_outer{font-family:微软雅黑,Microsoft YaHei;}
#module_389619096 .third-nav-item .item_outer{color:rgb(0, 0, 0);}
#module_389619096 .third-nav-item .item_outer{font-weight:normal;}
#module_389619096 .third-nav-item .item_outer{text-decoration:none;}
#module_389619096 .third-nav-item .item_outer{font-style:normal;}
#module_389619096 .third-nav-item .thirdName{font-size:12px;}
#module_389619096 .third-nav-item .thirdName{font-family:微软雅黑,Microsoft YaHei;}
#module_389619096 .third-nav-item .thirdName{color:#999;}
#module_389619096 .third-nav-item .thirdName{font-weight:normal;}
#module_389619096 .third-nav-item .thirdName{text-decoration:none;}
#module_389619096 .third-nav-item .thirdName{font-style:normal;}
#module_389619096 .sub-nav-item-box .item_third .item_outer:before{background-color:rgb(31, 73, 125);}
#module_389619096 .third-nav-item-group,#module_389619096 .third-normal-color{background-color:#fff;}
#module_389619096 .third-nav-item-group{background-image:none;}
#module_389619096 .third-nav-item-group{background-repeat:no-repeat;}
#module_389619096 .third-nav-item-group{}
#module_389619096 .third-nav-item-group{}
#module_389619096 .third-nav-item-group{}
#module_389619096 .item_third{border-bottom-color:#E3E9EE;}
#module_389619096 .item_third{border-bottom-style:dashed;}
#module_389619096 .item_third{border-bottom-width:1px;}
#module_389619096 .third-nav-item-group{padding-top:8px;}
#module_389619096 .third-nav-item-group{padding-bottom:8px;}
#module_389619096 .third-nav-item-group{padding-left:24px;}
#module_389619096 .third-nav-item-group{padding-right:24px;}
#module_389619096 .third-nav-item-group{box-shadow:0px 0px 24px 0px rgba(75, 76, 79, 0.1);}
#module_389619096 .main-nav-item-name::after{font-size:18px;}
#module_389619096 .main-nav-item-name::after{font-family:微软雅黑,Microsoft YaHei;}
#module_389619096 .main-nav-item-name::after{color:rgb(198, 217, 240);}  #module_389619096 .add{color:rgb(198, 217, 240);}#module_389619096 .main-nav-item-hover::afters{background-color:rgb(198, 217, 240);}
#module_389619096 .main-nav-item-name::after{font-weight:normal;}
#module_389619096 .main-nav-item-name::after{text-decoration:none;}
#module_389619096 .main-nav-item-name::after{font-style:normal;}
#module_389619096 .main-nav-item-hover{background-color:transparent;}
#module_389619096 .main-nav-item-hover{background-image:none;}
#module_389619096 .main-nav-item-hover{background-repeat:no-repeat;}
#module_389619096 .main-nav-item-hover{}
#module_389619096 .main-nav-item-hover{}
#module_389619096 .main-nav-item-hover{}
#module_389619096 .main-nav-item::before{border-bottom-color:rgb(84, 141, 212);}
#module_389619096 .sub-nav-item-box:hover .sub-nav-item-div{font-size:14px;}
#module_389619096 .sub-nav-item-box:hover .sub-nav-item-div{font-family:微软雅黑,Microsoft YaHei;}
#module_389619096 .sub-nav-item-box:hover .sub-nav-item-div{color:#666;}
#module_389619096 .sub-nav-item-box:hover .sub-nav-item-div{font-weight:normal;}
#module_389619096 .sub-nav-item-box:hover .sub-nav-item-div{text-decoration:none;}
#module_389619096 .sub-nav-item-box:hover .sub-nav-item-div{font-style:normal;}
#module_389619096 .sub-nav-item:hover,#module_389619096 .sub-hover-color{background-color:#fff;}, #module_389619096 .sub-nav-item-hover{background-color:#fff;}
#module_389619096 .sub-nav-item:hover{background-image:none;}
#module_389619096 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_389619096 .sub-nav-item:hover{}
#module_389619096 .sub-nav-item:hover{}
#module_389619096 .sub-nav-item:hover{}
#module_389619096 .third-nav-item:hover .item_outer{font-size:14px;}
#module_389619096 .third-nav-item:hover .item_outer{font-family:微软雅黑,Microsoft YaHei;}
#module_389619096 .third-nav-item:hover .item_outer{color:#666;}
#module_389619096 .third-nav-item:hover .item_outer{font-weight:normal;}
#module_389619096 .third-nav-item:hover .item_outer{text-decoration:none;}
#module_389619096 .third-nav-item:hover .item_outer{font-style:normal;}
#module_389619096 .third-nav-item:hover .third-nav-item-inner,#module_389619096 .third-hover-color{background-color:#fff;}
#module_389619096 .third-nav-item:hover .third-nav-item-inner{}
#module_389619096 .third-nav-item:hover .third-nav-item-inner{background-repeat:no-repeat;}
#module_389619096 .third-nav-item:hover .third-nav-item-inner{}
#module_389619096 .third-nav-item:hover .third-nav-item-inner{}
#module_389619096 .third-nav-item:hover .third-nav-item-inner{}


.ModuleGridContainer.ModuleGridContainer389621209 #Sub389621209_2 {width:65.4742%;}
/*全局搜索 layout102*/
.ModuleSearchGiant.layout-108 .searchform-fixed{position: fixed;z-index: 9999;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle{padding: 0;}
.ModuleSearchGiant.layout-108 .btn-group.open .dropdown-toggle{box-shadow: none}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .content { opacity: 0; visibility: hidden; position: fixed; z-index: 999;background: #FFF;top: 0px;left: 0px; display:table;width: 100%;height:auto;border: 0;border-radius: 0px;overflow: hidden;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .group{display: table;padding:0 2%;  border-bottom:1px solid #eee;width: 100%;height:60px;border-radius: 0px;overflow: hidden;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchInputPanel,
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel{position: relative;display:table-cell;height:auto;border:0px;vertical-align: middle;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchInputPanel{ width: calc(100% - 30px);}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel{width: 1%;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchBtnPanel{width: 30px;display: table-cell;position: relative;height:auto;border:0px;}
.ModuleSearchGiant.layout-108 .searchIcon{ font-size: 18px; font-weight: bold;position: absolute;margin-top:-12px;top: 50%;left: 10px;width: 20px;height: 20px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .closeIcon{ cursor: pointer; font-size: 18px; font-weight: bold;position: absolute;margin-top:-12px;top: 50%;left: 10px;width: 20px;height: 20px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .ModuleSearchInput{    padding-right: 50px;float: none;display:block;width: 100%;height: 59px;border: 1px solid #fff;border-right:0px !important;border-radius: 0;text-indent: 10px;font-size:16px;outline: none;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel select{height: 100%;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select{float: left;height: auto;border: 0;border-radius: 0;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select .btn{border: unset !important;padding-top: 0;padding-bottom: 0;height: 59px;border: 1px solid #fff;border-left-width: 1px;border-radius: 0;line-height: 59px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select .btn span{font-size: 16px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .icon-cuowu{right: 10px; left: unset; color: #333333}
.ModuleSearchGiant.layout-108  .icon-sousuo4{ color: #333333}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .ModuleSearchButton{ height: 59px !important; padding-right: 0px;padding-left: 0px;background:#fff;float: left;display: block; min-width: 10px; width: 100%;border: 0;border-radius: 0;font-family: 微软雅黑,Microsoft YaHei;font-size: 12px;color:#fff;font-weight:normal;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .index_mark{display: none;  z-index: 999; background: #000;height:100vh; position:fixed; width: 100%;    top: 0px;left: 0px; opacity: 0.48; }
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot{  display: flex; align-items: center;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul{    margin-bottom: 15px; padding:0 2%; height: auto;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li{ margin-top: 15px!important; padding:unset !important;line-height: 32px; height: 32px;min-width: 64px;text-align: center; border-right:unset !important;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li a{height: 32px;display: block;line-height: 32px;padding: 0 20px;border-radius: 30px; margin-right: 15px;border-radius: 30px;color:#666;background: #eee;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li a:hover{background:#dedede;}
.searchform-slide{-webkit-animation: am-gn-searchform-slide 1s both; animation: am-gn-searchform-slide 1s both;}
.searchform-fade{-webkit-animation: am-searchform-fade 400ms both;animation: am-searchform-fade 400ms both;}
.ModuleSearchGiant.layout-108   .btnicon{margin: 0 auto;display:block;font-size: 18px;font-weight: bold;    padding: 10px;cursor: pointer;}
.ModuleSearchGiant.layout-108  .ModuleSearchFormStyle .bootstrap-select .btn:active{-webkit-box-shadow:unset;box-shadow:unset;}
.bootstrap-select.btn-group .dropdown-menu{ z-index: 9999 !important;}
.ModuleSearchGiant.layout-108  .ModuleSearchFormStyle .bootstrap-select .dropdown-toggle:focus{outline:none !important;}
  a:focus {outline:none !important;}

.ModuleSearchGiant.layout-108  .ModuleSearchFormStyle .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default{
    background-color:unset;
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before {
    transform: rotateZ(45deg);
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before,.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    background: #000;
    margin: 0;
    position: absolute;
    z-index: 0;
    top: 33%;
    right: 15px;
    
   
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before,.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    transition: 0.3s ease 0s;
    height: 28px;
    background: #666;
    content: '';
    width: 2px;
    vertical-align: top;
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    transform: rotateZ(-45deg);
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span {
    position: relative;
    margin: 0 auto;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span {
    background: none;
    opacity: 0;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-i {
    transition: 0.5s ease 0.5s;
    overflow: hidden;
    width: 30px;
    text-align: center;
    cursor: pointer;
    height: 59px;
    position: absolute;
    top:0;
    right: 0;

}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle #menu-close:hover .menu-icon:before, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle #menu-close:hover .menu-icon:after {
    transform:rotateZ(90deg);
}
@media (max-width: 767px) {
    .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after{
        right: 20px;
      
    }
    .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .group{ padding:unset}

}

@-webkit-keyframes am-gn-searchform-slide {
	0% {
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
		animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes am-gn-searchform-slide {
	0% {
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
		animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@-webkit-keyframes am-searchform-fade {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
		animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
	}

	100% {
		opacity: 1
	}
}

@keyframes am-searchform-fade {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
		animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
	}

	100% {
		opacity: 1
	}
}.module_392039441 .ModuleHead .HeadCenter{float:none;}
#module_392039441 {
padding:0px;
}
#module_392039441 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_392039441 .ModuleHead392039441 {
display:none;
}
#module_392039441 .BodyCenter.BodyCenter392039441 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392039441 >.module_392039441 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392039441 >.module_392039441{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392039441 .BodyCenter.BodyCenter392039441 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392039441 .BodyCenter.BodyCenter392039441 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392039441 >.module_392039441 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:59.8291%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392039441 >.module_392039441 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392039441 >.module_392039441 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392039441:hover {
border:none;
}
#module_392039441:hover >.module_392039441 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392039441 .btnicon{font-size:30px;}
#module_392039441 .btnicon{font-family:;}
#module_392039441 .btnicon{color:rgb(255, 255, 255);}
#module_392039441 .btnicon{font-weight:normal;}
#module_392039441  .btnicon{text-decoration:none;}
#module_392039441 .btnicon{font-style:normal;}
#module_392039441 .btnicon{background-color:rgba(0, 0, 0, 0);}
#module_392039441 .btnicon{background-image:none;}
#module_392039441 .btnicon{background-repeat:no-repeat;}
#module_392039441 .btnicon{}
#module_392039441 .btnicon{}
#module_392039441 .btnicon{}
#module_392039441 .btnicon{text-align:center;}
#module_392039441 .search-hot ul li a{font-size:12px;}
#module_392039441 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_392039441 .search-hot ul li a{color:#666;}
#module_392039441 .search-hot ul li a{font-weight:normal;}
#module_392039441 .search-hot ul li a{text-decoration:none;}
#module_392039441 .search-hot ul li a{font-style:normal;}
#module_392039441 .search-hot ul li a{background-color:#eee;}
#module_392039441 .search-hot ul li a{}
#module_392039441  .btnicon:hover{background-color:rgba(0, 0, 0, 0);}
#module_392039441  .btnicon:hover{background-image:none;}
#module_392039441  .btnicon:hover{background-repeat:no-repeat;}
#module_392039441  .btnicon:hover{}
#module_392039441  .btnicon:hover{}
#module_392039441 .btnicon:hover{}
#module_392039441  .btnicon:hover{font-size:30px;}
#module_392039441 .ModuleSearchButton:hover{font-family:;}
#module_392039441  .btnicon:hover{color:rgb(198, 217, 240);}
#module_392039441  .btnicon:hover{font-weight:normal;}
#module_392039441  .btnicon:hover{text-decoration:none;}
#module_392039441  .btnicon:hover{font-style:normal;}
#module_392039441 .search-hot ul li:hover a{font-size:11px;}
#module_392039441 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_392039441 .search-hot ul li:hover a{color:#666;}
#module_392039441 .search-hot ul li:hover a{font-weight:normal;}
#module_392039441 .search-hot ul li:hover a{text-decoration:none;}
#module_392039441 .search-hot ul li:hover a{font-style:normal;}
#module_392039441 .search-hot ul li a:hover{background-color:#dedede;}
#module_392039441 .search-hot ul li a:hover{}

.module_392039502 .ModuleHead .HeadCenter{float:none;}
#module_392039502 {
padding:0px;
}
#module_392039502 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_392039502 .ModuleHead392039502 {
display:none;
}
#module_392039502 {
border:none;
}
@media screen and (min-width: 768px){
#module_392039502 >.module_392039502 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:23.0769%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392039502 >.module_392039502 {
}
}

#module_392039502 img{border-top-color:transparent;}
#module_392039502 img{border-top-style:none;}
#module_392039502 img{border-top-width:0px;}
#module_392039502 img{border-right-color:transparent;}
#module_392039502 img{border-right-style:none;}
#module_392039502 img{border-right-width:0px;}
#module_392039502 img{border-bottom-color:transparent;}
#module_392039502 img{border-bottom-style:none;}
#module_392039502 img{border-bottom-width:0px;}
#module_392039502 img{border-left-color:transparent;}
#module_392039502 img{border-left-style:none;}
#module_392039502 img{border-left-width:0px;}
#module_392039502 img{border-top-left-radius:0px;}
#module_392039502 img{border-top-right-radius:0px;}
#module_392039502 img{border-bottom-left-radius:0px;}
#module_392039502 img{border-bottom-right-radius:0px;}
#module_392039502 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer389621209 #Sub389621209_3 {width:14.9347%;}
/*轮播图样式*/

/*切换按钮样式*/
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-container{ position: relative;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{ position: absolute; width: 81px; height: 82px; background: rgba(0,0,0,0.2);top:50%;z-index: 9999;
    transform : translate(0,-50%);
    -webkit-transform:translate(0,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(0,-50%);       /* for Firefox */
    -ms-transform:translate(0,-50%);       /* for IE */
    -o-transform: translate(0,-50%);        /* for Opera */
    transition: all .3s
}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next:hover,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:hover{background: rgba(0,0,0,0.4);}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next{left: 0; cursor: pointer;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{right: 0;cursor: pointer;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next:before{ content: ""; position: absolute;
    top:50%; left: 50%; width: 17px; height:30px; background: #fff;
    transform : translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:translate(-50%,-50%);       /* for IE */
    -o-transform: translate(-50%,-50%);
    background: url("../images/pres.png") no-repeat center;
    background-size: 100%;
}


.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:before{ content: ""; position: absolute;
    top:50%; left: 50%; width: 17px; height:30px; background: #fff;
    transform : translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:translate(-50%,-50%);       /* for IE */
    -o-transform: translate(-50%,-50%);
    background: url("../images/nexts.png") no-repeat center;
    background-size: 100%;
}
/*.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:after{ content: ""; position: absolute;*/
/*top:44%; right: 40%; width: 2px; height:20px; background: #fff;*/
/*-webkit-transform: rotate(-135deg);   !* for Chrome || Safari *!*/
/*-moz-transform:  rotate(-135deg);       !* for Firefox *!*/
/*-ms-transform:   rotate(-135deg);        !* for IE *!*/
/*-o-transform:   rotate(-135deg);       !* for Opera *!*/
/*transform: rotate(-135deg);*/
/*}*/
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet{width: 16px;  height: 16px; border-radius: 8px;border: 0;  background: rgba(0, 0, 0, 0); position: relative; opacity: 1;}
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{ content: ""; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);   /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:  translate(-50%,-50%);        /* for IE */
    -o-transform:  translate(-50%,-50%);
}
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background: rgba(0, 0, 0, 0.21); }
/*.forie .swiper-container {height: 600px;}*/
.forie .swiper-pagination {  position: absolute;  left: 0;  text-align: center;  bottom:5px;  width: 100%;  }
.forie .swiper-pagination-switch{display: inline-block;width: 16px;  height: 16px; border-radius: 8px;border: 0;  background: rgba(0, 0, 0, 0); position: relative; opacity: 1; margin: 0 5px;}
.forie .swiper-pagination-switch:before{ content: ""; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%;    transform: translate(-50%,-50%);webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  -o-transform: translate(-50%,-50%);}
.forie .swiper-active-switch{background: rgba(0, 0, 0, 0.21); }
@media only screen and (max-width: 767px) {
    .ModuleSlideGiant .SubContainer {display: none;}
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{display: none}
}
/* @media only screen and (max-width: 480px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.swiper-slideshow-1-prev{display: none}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.swiper-slideshow-1-prev{display: none}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next{display: none}
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{display: none}
} */
.ModuleSlideGiant.layout-104 .swiperImg{width: 100%;}.module_404260881 .ModuleHead .HeadCenter{float:none;}
#module_404260881 {
padding:0px;
}
#module_404260881 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_404260881 .ModuleHead404260881 {
display:none;
}

#module_404260881 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{background-color:#fff;}
#module_404260881 .slidegiant-container .slideshow-1 .slide_button{height:82px;}
#module_404260881 .slidegiant-container .slideshow-1 .slide_button{width:81px;}
#module_404260881 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background-color:rgba(0, 0, 0, 0.21);}
#module_404260881 .SubContainer {}
.module_435546054 .ModuleHead .HeadCenter{float:none;}
#module_435546054 {
padding:0px;
}
#module_435546054 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_435546054 .ModuleHead435546054 {
display:none;
}

.ModuleFullGiant.layout-101,
.ModuleFullGiant.layout-101>.BodyCenter,
.ModuleFullGiant.layout-101 .ModuleFullContainer,
.ModuleFullGiant.layout-101 .ModuleFullContainer>.ModuleSubContainer {height: 100%;}
.ModuleFullGiant.layout-101>.BodyCenter {position: relative;}
.ModuleFullGiant.layout-101 .ModuleFullContainer>.ModuleSubContainer {margin: 0;}
.ModuleFullGiant.layout-101 .ModuleFullItem {position: relative; overflow-x: hidden; overflow-y: auto; font-size: 20px; color: #000; text-align: center;}
/*滚动条 start*/
.ModuleFullGiant.layout-101 .ModuleFullItem::-webkit-scrollbar {width: 0px;}
/*滚动条 end*/
.ModuleFullGiant.layout-101 .ModuleFullItem .ModuleFullItemContainer {width: 100%; height: auto; position: absolute; left: 0; max-width: 100%; max-height: 100%;}
.ModuleFullGiant.layout-101 .ModuleFullItem .ModuleFullItemContainer>.addnewhelper {width: 100%; height: 100vh !important; display: flex; align-items: center; justify-content: center;}
.ModuleFullGiant.layout-101 .ModuleFullItem>div.fullBgVideo{width: 100%; height: 100%; display: flex; position: absolute; top: 0; left: 0; z-index: -1;}
.ModuleFullGiant.layout-101 .ModuleFullItem>div.fullBgVideo .bgVideoMask{position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgb(0, 0, 0); opacity: .2;}
.ModuleFullGiant.layout-101 .ModuleFullItem>div.fullBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleFullGiant.layout-101 .ModuleFullItem>div.fullBgVideo.noBgVideo{display: none;}
/* 分页器 S */
.ModuleFullGiant.layout-101 .swiper-pagination-full {width: auto; height: auto; position: absolute; z-index: 10; transition: .3s;}
/* 分页器类型1 S */
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-1 .swiper-pagination-bullet {width: 30px; height: 30px; display: block; background: unset; opacity: 1; position: relative; transition: 400ms; margin-bottom: 0px;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-1 .swiper-pagination-bullet:last-child {margin-bottom: 0 !important;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-1 .swiper-pagination-bullet-graphic {position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; transform: translate(-50%, -50%) scale(1); background: #ff6701; border-radius: 100%; transition: 350ms cubic-bezier(.215, .61, .355, 1);}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-1 .swiper-pagination-bullet-graphic-current {position: absolute; top: 50%; left: 50%; width: 0; height: 0; transform: translate(-50%, -50%); border: 1px solid rgba(0, 0, 0, 0); border-radius: 100%; opacity: 1; transition: border 350ms cubic-bezier(.215, .61, .355, 1);}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-1 .swiper-pagination-bullet-active .swiper-pagination-bullet-graphic {transform: translate(-50%, -50%) scale(1.4); background: #fff; border: 1px solid #ff6701;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-1 .swiper-pagination-bullet-active .swiper-pagination-bullet-graphic-current {width: 28px; height: 28px; opacity: 0; border-color: #ff6701; transition: 500ms cubic-bezier(.215, .61, .355, 1);}
/* 分页器类型1 E */
/* 分页器类型2 S */
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-2 {font-size: 14px; color: #666; font-weight: 400; text-align: right;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-2 .swiper-pagination-current,
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-2 .swiper-pagination-total {height: 50px; display: inline-block; line-height: 50px; margin-left: 5px;margin-right: 14px;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-2 .swiper-pagination-current {color: #ff6701; margin: 0 5px 0 0;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-2 .iconfont {display: block; cursor: pointer; color: #333; font-size: 57px; line-height: 1;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-2 .iconfont:hover{color: #ff6701;}
/* 分页器类型2 E */
/* 分页器类型3 S */
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-3 .swiper-pagination-custom {width: auto; height: 20px; display: block; margin-bottom: 10px; position: relative; cursor: pointer;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-3 .swiper-pagination-custom:last-child {margin-bottom: 0;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-3 .swiper-pagination-custom-text {display: none; margin: 0 5px; white-space: nowrap; font-size: 14px; color: #ff6701;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-3 .swiper-pagination-custom:before {content: ''; width: 20px; height: 1px; position: absolute; top: 20px; right: 0; border: 0; background: #707070; border-radius: 0; z-index: 1; transition: 0.3s ease 0s;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-3 .swiper-pagination-custom:after {content: ''; width: 5px; height: 5px; position: absolute; right: -5px; top: 18px; border: 1px solid transparent; border-radius: 50%;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-3 .swiper-pagination-custom-active .swiper-pagination-custom-text {display: block;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-3 .swiper-pagination-custom-active:before {width: 100%; background: #ff6701;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-3 .swiper-pagination-custom-active:after {border-color: #ff6701;}
/* 分页器类型3 E */
/* 分页器类型4 S */
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-4 {text-align: center;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-4 .swiper-pagination-bullet {width: auto; height: auto; display: block; margin-bottom: 30px; line-height: 1; font-size: 16px; color: #999; font-weight: 400; opacity: 1; background: unset;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-4 .swiper-pagination-bullet:last-child {margin-bottom: 0 !important;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-4 .swiper-pagination-bullet-active {font-size: 24px; color: #ff6701;}
/* 分页器类型4 E */
/* 分页器 E */

/* 滑动指示器 S */
.ModuleFullGiant.layout-101 .scroll-indicator {width: auto; height: auto; position: absolute; z-index: 10; transition: .3s; text-align: center; cursor: pointer;}
.ModuleFullGiant.layout-101 .scroll-indicator .scroll-indicator-text {font-size: 12px; color: #fff; margin: 0;}
/* 滑动指示器类型1 S */
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    margin: auto auto 12px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: none;
    border-radius: 100%;
    -webkit-transition: opacity 1s cubic-bezier(.26,1.04,.54,1);
    -o-transition: opacity 1s cubic-bezier(.26,1.04,.54,1);
    transition: opacity 1s cubic-bezier(.26,1.04,.54,1);
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn .iconfont {font-size: 26px; color: #fff;}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c1,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c2,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c3,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c4 {position: absolute; top: 0; left: 0; display: block; width: 50%; height: 100%; overflow: hidden;}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c2,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c4 {left: 50%;}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-common span {
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    opacity: .3;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.77,0,.175,1);
    transition: -webkit-transform .8s cubic-bezier(.77,0,.175,1);
    -o-transition: transform .8s cubic-bezier(.77,0,.175,1);
    transition: transform .8s cubic-bezier(.77,0,.175,1);
    transition: transform .8s cubic-bezier(.77,0,.175,1),-webkit-transform .8s cubic-bezier(.77,0,.175,1);
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c1 span,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c2 span {-webkit-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s;}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c1 span,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c3 span {
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px;
    border-right: 0 !important;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c3 span {-webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg);}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c2 span,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c4 span {
    border-top-right-radius: 52px;
    border-bottom-right-radius: 52px;
    border-left: 0 !important;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c4 span  {-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c3 span,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c4 span {
    opacity: 0;
    -webkit-transition: opacity .5s cubic-bezier(.77,0,.175,1) .45s,-webkit-transform .8s cubic-bezier(.77,0,.175,1) .15s;
    transition: opacity .5s cubic-bezier(.77,0,.175,1) .45s,-webkit-transform .8s cubic-bezier(.77,0,.175,1) .15s;
    -o-transition: transform .8s cubic-bezier(.77,0,.175,1) .15s,opacity .5s cubic-bezier(.77,0,.175,1) .45s;
    transition: transform .8s cubic-bezier(.77,0,.175,1) .15s,opacity .5s cubic-bezier(.77,0,.175,1) .45s;
    transition: transform .8s cubic-bezier(.77,0,.175,1) .15s,opacity .5s cubic-bezier(.77,0,.175,1) .45s,-webkit-transform .8s cubic-bezier(.77,0,.175,1) .15s;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1:hover .scroll-indicator-btn-c1 span {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1:hover .scroll-indicator-btn-c2 span {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1:hover .scroll-indicator-btn-c3 span,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1:hover .scroll-indicator-btn-c4 span {
    -webkit-transition: opacity .4s cubic-bezier(.26,1.04,.54,1),-webkit-transform .8s cubic-bezier(.77,0,.175,1);
    transition: opacity .4s cubic-bezier(.26,1.04,.54,1),-webkit-transform .8s cubic-bezier(.77,0,.175,1);
    -o-transition: transform .8s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.26,1.04,.54,1);
    transition: transform .8s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.26,1.04,.54,1);
    transition: transform .8s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.26,1.04,.54,1),-webkit-transform .8s cubic-bezier(.77,0,.175,1);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
/* 滑动指示器类型1 E */
/* 滑动指示器类型2 S */
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .scroll-indicator-text {display: none;}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .scroll-indicator-btn {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: scale(1) translate(-50%,-50%);
    transform: scale(1) translate(-50%,-50%);
    transition: transform 2s cubic-bezier(.33, 0, 0, 1) .5s, -webkit-transform 2s cubic-bezier(.33, 0, 0, 1) .5s;
    will-change: transform;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .scroll-indicator-btn-c1,
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .scroll-indicator-btn-c2 {
    border: 1px solid #fff;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: -25px;
    box-sizing: content-box;
    will-change: transform;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .scroll-indicator-btn-c1 {
    -webkit-animation: inner-circle-1-animation 2s cubic-bezier(.33, 0, 0, 1) infinite, inner-circle-1-animation-fade 2s linear infinite;
    animation: inner-circle-1-animation 2s cubic-bezier(.33, 0, 0, 1) infinite, inner-circle-1-animation-fade 2s linear infinite;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .scroll-indicator-btn-c2 {
    -webkit-animation: inner-circle-1-animation 2s 1s cubic-bezier(.33, 0, 0, 1) infinite, inner-circle-1-animation-fade 2s 1s linear infinite;
    animation: inner-circle-1-animation 2s 1s cubic-bezier(.33, 0, 0, 1) infinite, inner-circle-1-animation-fade 2s 1s linear infinite;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .arrow-down {
    width: 22px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: opacity .4s cubic-bezier(.33,0,.67,1) 1.6s,margin-top 1.2s cubic-bezier(.33,0,0,1) 1.4s;
    will-change: transform;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .arrow-down:after,
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .arrow-down:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 14px;
    background: #d59772;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .arrow-down:before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(37deg);
    transform: rotate(37deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .arrow-down:after {
    top: 0;
    right: 0;
    -webkit-transform: rotate(-37deg);
    transform: rotate(-37deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}
@-webkit-keyframes inner-circle-1-animation {
    0% {-webkit-transform: scale(0); transform: scale(0);}
    to {-webkit-transform: scale(1.32); transform: scale(1.32);}
}
@keyframes inner-circle-1-animation {
    0% {-webkit-transform: scale(0); transform: scale(0);}
    to {-webkit-transform: scale(1.32); transform: scale(1.32);}
}
@-webkit-keyframes inner-circle-1-animation-fade {
    0% {opacity: 1;}
    88% {opacity: 1;}
    98% {opacity: 0;}
    to {opacity: 0;}
}
@keyframes inner-circle-1-animation-fade {
    0% {opacity: 1;}
    88% {opacity: 1;}
    98% {opacity: 0;}
    to {opacity: 0;}
}
@media only screen and (max-width: 767px) {
    .ModuleFullGiant.layout-101 .scroll-indicator-type-2 .scroll-indicator-btn-c1,
    .ModuleFullGiant.layout-101 .scroll-indicator-type-2 .scroll-indicator-btn-c2 {height: 90px; width: 90px; top: -15px; left: -15px;}
    .ModuleFullGiant.layout-101 .scroll-indicator-type-2 .arrow-down {width: 18px; height: 8px;}
}
/* 滑动指示器类型2 E */
/* 滑动指示器类型2 S */
.ModuleFullGiant.layout-101 .scroll-indicator-type-3 .scroll-indicator-btn {
    width: 22px;
    height: 42px;
    margin: 0 auto 15px auto;
    border-radius: 15px;
    border: 2px solid #fff;
    -webkit-animation: intro 1s;
    animation: intro 1s;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-3 .scroll-indicator-btn-c1 {
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #fff;
    -webkit-animation: finger 1s infinite;
    animation: finger 1s infinite;
}
@-webkit-keyframes intro {
    0% {opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px);}
    100% {opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}
}
@keyframes intro {
    0% {opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px);}
    100% {opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}
}
@-webkit-keyframes finger {
    0% {opacity: 1}
    100% {opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px);}
}
@keyframes finger {
    0% {opacity: 1}
    100% {opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px);}
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-3 .scroll-indicator-btn.scrolltop,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn.scrolltop .iconfont {
    transform: rotate(180deg);
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .arrow-down.scrolltop:before{
    transform-origin: bottom right;
    bottom: 0;
    right: 0;
    top:auto;
    left:auto
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .arrow-down.scrolltop:after{
    transform-origin: bottom left;
    bottom: 0;
    left: 0;
    top:auto;
    right:auto
}


/* 滑动指示器类型2 E */
/* 滑动指示器 E */

@media only screen and (max-width: 767px) {
    .ModuleFullGiant.layout-101 .swiper-pagination-full {display: none;}
    .ModuleFullGiant.layout-101 .IsNotApplyMobile .ModuleSubContainer {display: block;}
    .ModuleFullGiant.layout-101 .IsNotApplyMobile .ModuleFullItemContainer {position: static !important; transform: unset !important;}
    .ModuleFullGiant.layout-101 .IsNotApplyMobile .ModuleFullItem .ModuleFullItemContainer>.addnewhelper {height: 60px !important;}
}.module_389618950 .ModuleHead .HeadCenter{float:none;}
#module_389618950 {
padding:0px;
}
#module_389618950 {
}
#module_389618950 .ModuleHead389618950 {
display:none;
}
#module_389618950 .BodyCenter.BodyCenter389618950 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389618950 >.module_389618950 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389618950 >.module_389618950{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389618950 .BodyCenter.BodyCenter389618950 {
padding-top:0.1603%;
padding-left:0.0534%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389618950 .BodyCenter.BodyCenter389618950 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_389618950 >.module_389618950 {
margin-top:0.1068%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389618950 >.module_389618950 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_389618950 >.module_389618950 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389618950:hover {
border:none;
}
#module_389618950:hover >.module_389618950 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389618950 #Sub389618950_7_item {background-color:transparent;}
#module_389618950 #Sub389618950_7_item {background-image:none;}
#module_389618950 #Sub389618950_7_item {background-repeat:no-repeat;}
#module_389618950 #Sub389618950_7_item {background-position:0% 0%;}
#module_389618950 #Sub389618950_7_item {background-attachment:scroll;}
#module_389618950 #Sub389618950_7 {}#module_389618950 #Sub389618950_7_item{}
#module_389618950 #Sub389618950_7 {!bgVideo!}{bgVideoUrl:none}
#module_389618950 #Sub389618950_7 {}#module_389618950 #Sub389618950_7_video .bgVideoMask{opacity:0.2}
#module_389618950 #Sub389618950_7 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_7{padding-top:0px;}}
#module_389618950 #Sub389618950_7 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_7{padding-bottom:0px;}}
#module_389618950 #Sub389618950_7 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_7{padding-left:0px;}}
#module_389618950 #Sub389618950_7 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_7{padding-right:0px;}}
#module_389618950 #Sub389618950_7 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_7{padding-top:0px;}}
#module_389618950 #Sub389618950_7 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_7{padding-bottom:0px;}}
#module_389618950 #Sub389618950_7 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_7{padding-left:0px;}}
#module_389618950 #Sub389618950_7 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_7{padding-right:0px;}}
#module_389618950 #Sub389618950_7 {!alignItems!}{top}
#module_389618950 #Sub389618950_2_item {background-color:transparent;}
#module_389618950 #Sub389618950_2_item {background-image:none;}
#module_389618950 #Sub389618950_2_item {background-repeat:no-repeat;}
#module_389618950 #Sub389618950_2_item {background-position:0% 0%;}
#module_389618950 #Sub389618950_2_item {background-attachment:scroll;}
#module_389618950 #Sub389618950_2 {}#module_389618950 #Sub389618950_2_item{}
#module_389618950 #Sub389618950_2 {!bgVideo!}{bgVideoUrl:none}
#module_389618950 #Sub389618950_2 {}#module_389618950 #Sub389618950_2_video .bgVideoMask{opacity:0.2}
#module_389618950 #Sub389618950_2 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_2{padding-top:0.0000%;}}
#module_389618950 #Sub389618950_2 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_2{padding-bottom:0.0000%;}}
#module_389618950 #Sub389618950_2 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_2{padding-left:0.0000%;}}
#module_389618950 #Sub389618950_2 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_2{padding-right:0.0000%;}}
#module_389618950 #Sub389618950_2 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_2{padding-top:0.0000%;}}
#module_389618950 #Sub389618950_2 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_2{padding-bottom:0.0000%;}}
#module_389618950 #Sub389618950_2 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_2{padding-left:0.0000%;}}
#module_389618950 #Sub389618950_2 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_2{padding-right:0.0000%;}}
#module_389618950 #Sub389618950_2 {!alignItems!}{center}
#module_389618950 #Sub389618950_3_item {background-color:rgba(0,0,0,0);}
#module_389618950 #Sub389618950_3_item {background-image:url(../images/20210929113623e0bc9f.jpg);}
#module_389618950 #Sub389618950_3_item {background-repeat:no-repeat;}
#module_389618950 #Sub389618950_3_item {background-position:0% 0%;}
#module_389618950 #Sub389618950_3_item {background-attachment:scroll;}
#module_389618950 #Sub389618950_3 {}#module_389618950 #Sub389618950_3_item{}
#module_389618950 #Sub389618950_3 {!bgVideo!}{bgVideoUrl:none}
#module_389618950 #Sub389618950_3 {}#module_389618950 #Sub389618950_3_video .bgVideoMask{opacity:0.2}
#module_389618950 #Sub389618950_3 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_3{padding-top:0px;}}
#module_389618950 #Sub389618950_3 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_3{padding-bottom:0px;}}
#module_389618950 #Sub389618950_3 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_3{padding-left:0px;}}
#module_389618950 #Sub389618950_3 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_3{padding-right:0px;}}
#module_389618950 #Sub389618950_3 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_3{padding-top:0px;}}
#module_389618950 #Sub389618950_3 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_3{padding-bottom:0px;}}
#module_389618950 #Sub389618950_3 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_3{padding-left:0px;}}
#module_389618950 #Sub389618950_3 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_3{padding-right:0px;}}
#module_389618950 #Sub389618950_3 {!alignItems!}{center}
#module_389618950 #Sub389618950_9_item {background-color:rgba(0,0,0,0);}
#module_389618950 #Sub389618950_9_item {background-image:url(../images/20211009102710fc9371.jpg);}
#module_389618950 #Sub389618950_9_item {background-repeat:no-repeat;}
#module_389618950 #Sub389618950_9_item {background-position:0% 0%;}
#module_389618950 #Sub389618950_9_item {background-attachment:scroll;}
#module_389618950 #Sub389618950_9 {}#module_389618950 #Sub389618950_9_item{}
#module_389618950 #Sub389618950_9 {!bgVideo!}{bgVideoUrl:none}
#module_389618950 #Sub389618950_9 {}#module_389618950 #Sub389618950_9_video .bgVideoMask{opacity:0.2}
#module_389618950 #Sub389618950_9 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_9{padding-top:0px;}}
#module_389618950 #Sub389618950_9 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_9{padding-bottom:0px;}}
#module_389618950 #Sub389618950_9 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_9{padding-left:0px;}}
#module_389618950 #Sub389618950_9 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_9{padding-right:0px;}}
#module_389618950 #Sub389618950_9 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_9{padding-top:0px;}}
#module_389618950 #Sub389618950_9 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_9{padding-bottom:0px;}}
#module_389618950 #Sub389618950_9 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_9{padding-left:0px;}}
#module_389618950 #Sub389618950_9 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_9{padding-right:0px;}}
#module_389618950 #Sub389618950_9 {!alignItems!}{top}
#module_389618950 #Sub389618950_8_item {background-color:transparent;}
#module_389618950 #Sub389618950_8_item {background-image:none;}
#module_389618950 #Sub389618950_8_item {background-repeat:no-repeat;}
#module_389618950 #Sub389618950_8_item {background-position:0% 0%;}
#module_389618950 #Sub389618950_8_item {background-attachment:scroll;}
#module_389618950 #Sub389618950_8 {}#module_389618950 #Sub389618950_8_item{}
#module_389618950 #Sub389618950_8 {!bgVideo!}{bgVideoUrl:none}
#module_389618950 #Sub389618950_8 {}#module_389618950 #Sub389618950_8_video .bgVideoMask{opacity:0.2}
#module_389618950 #Sub389618950_8 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_8{padding-top:0px;}}
#module_389618950 #Sub389618950_8 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_8{padding-bottom:0px;}}
#module_389618950 #Sub389618950_8 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_8{padding-left:0px;}}
#module_389618950 #Sub389618950_8 {}@media only screen and (min-width: 768px) {#module_389618950 #Sub389618950_8{padding-right:0px;}}
#module_389618950 #Sub389618950_8 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_8{padding-top:0px;}}
#module_389618950 #Sub389618950_8 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_8{padding-bottom:0px;}}
#module_389618950 #Sub389618950_8 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_8{padding-left:0px;}}
#module_389618950 #Sub389618950_8 {}@media only screen and (max-width: 767px) {#module_389618950 #Sub389618950_8{padding-right:0px;}}
#module_389618950 #Sub389618950_8 {!alignItems!}{top}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-1 .swiper-pagination-bullet-graphic{background-color:rgb(255, 186, 0);} #module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-1 .swiper-pagination-bullet-graphic-current{border-color:rgb(255, 186, 0);}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-1 .swiper-pagination-bullet-graphic{border-color:#ff6701;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-1 .swiper-pagination-bullet-graphic{border-style:solid;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-1 .swiper-pagination-bullet-graphic{border-width:0px;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-1 .swiper-pagination-bullet{margin-bottom: 0px;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-2 .iconfont{color:#333;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-2{font-size:14px;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-2 .swiper-pagination-current, #module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-2 .swiper-pagination-total{font-family:微软雅黑,Microsoft YaHei;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-2{color:#666;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-2 .swiper-pagination-current, #module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-2 .swiper-pagination-total{font-weight:400;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-2 .swiper-pagination-current, #module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-2 .swiper-pagination-total{text-decoration:none;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-2 .swiper-pagination-current, #module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-2 .swiper-pagination-total{font-style:normal;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-3 .swiper-pagination-custom:before{background-color:#707070;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-4 .swiper-pagination-bullet{font-size:16px;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-4 .swiper-pagination-bullet{font-family:微软雅黑,Microsoft YaHei;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-4 .swiper-pagination-bullet{color:#999;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-4 .swiper-pagination-bullet{font-weight:400;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-4 .swiper-pagination-bullet{text-decoration:none;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-4 .swiper-pagination-bullet{font-style:normal;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-4 .swiper-pagination-bullet{margin-bottom: 30px;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-1 .swiper-pagination-bullet-active .swiper-pagination-bullet-graphic{background-color:rgba(0,0,0,0);}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-1 .swiper-pagination-bullet-active .swiper-pagination-bullet-graphic, #module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-1 .swiper-pagination-bullet-active .swiper-pagination-bullet-graphic-current{border-color:rgb(255, 186, 0);}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-1 .swiper-pagination-bullet-active .swiper-pagination-bullet-graphic{border-style:solid;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-1 .swiper-pagination-bullet-active .swiper-pagination-bullet-graphic{border-width:1px;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-2 .iconfont:hover{color:#ff6701;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-2 .swiper-pagination-current{color:#ff6701;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-3 .swiper-pagination-custom-active .swiper-pagination-custom-text{color:#ff6701;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-3 .swiper-pagination-custom-active:before{background-color:#ff6701;} #module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-3 .swiper-pagination-custom-active:after {border-color:#ff6701;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-4 .swiper-pagination-bullet-active{font-size:24px;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-4 .swiper-pagination-bullet-active{font-family:微软雅黑,Microsoft YaHei;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-4 .swiper-pagination-bullet-active{color:#ff6701;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-4 .swiper-pagination-bullet-active{font-weight:400;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-4 .swiper-pagination-bullet-active{text-decoration:none;}
#module_389618950 #swiper-pagination-full-389618950 {}#module_389618950 #swiper-pagination-full-389618950.swiper-pagination-full-type-4 .swiper-pagination-bullet-active{font-style:normal;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-1 .scroll-indicator-btn{background:rgba(255, 255, 255, 0);}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-1 .scroll-indicator-btn-common span {border-color:#fff;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-1 .scroll-indicator-btn-common span {border-style:solid;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-1 .scroll-indicator-btn-common span {border-width:1px;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-1 .scroll-indicator-btn .iconfont{color:#fff;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-1 .scroll-indicator-text{font-size:12px;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-1 .scroll-indicator-text{font-family:;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-1 .scroll-indicator-text{color:#fff;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-1 .scroll-indicator-text{font-weight:normal;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-1 .scroll-indicator-text{text-decoration:none;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-1 .scroll-indicator-text{font-style:normal;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-2 .scroll-indicator-btn{background-color:#fff;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-2 .scroll-indicator-btn-c1, #module_389618950 #scroll-indicator-389618950.scroll-indicator-type-2 .scroll-indicator-btn-c2{border-color:#fff;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-2 .arrow-down:after, #module_389618950 #scroll-indicator-389618950.scroll-indicator-type-2 .arrow-down:before{background:#ff6701;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-3 .scroll-indicator-btn{border-color:#fff;} #module_389618950 #scroll-indicator-389618950.scroll-indicator-type-3 .scroll-indicator-btn-c1 {background:#fff;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-3 .scroll-indicator-text{font-size:12px;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-3 .scroll-indicator-text{font-family:;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-3 .scroll-indicator-text{color:#fff;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-3 .scroll-indicator-text{font-weight:normal;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-3 .scroll-indicator-text{text-decoration:none;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-3 .scroll-indicator-text{font-style:normal;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-3:hover .scroll-indicator-btn{border-color:#fff;} #module_389618950 #scroll-indicator-389618950.scroll-indicator-type-3:hover .scroll-indicator-btn-c1 {background:#fff;}
#module_389618950 #scroll-indicator-389618950 {}#module_389618950 #scroll-indicator-389618950.scroll-indicator-type-3:hover .scroll-indicator-text{color:#fff;}
#module_389618950 {height: 100%;}
@media only screen and (max-width: 767px) {#pagebody.pagefull {display: block; height: auto;}
#pagebody.pagefull .HeaderContainer, #pagebody.pagefull .FooterContainer {max-height: unset;}
#pagebody.pagefull .HeaderContainer, #pagebody.pagefull .FooterContainer {max-height: unset;}
#module_389618950 .scroll-indicator {display: none;}
}/*轮播图样式*/
.ModuleSlideV2Giant.layout-101 .slider-layout-101 {width: 100%; height: auto; margin: auto; position: relative;font-size: 0;}
.ModuleSlideV2Giant.layout-101 .slider-layout-101 .slider-layout-content:not(:first-child) {position: absolute; left: 0; top: 0; opacity: 0;}
.ModuleSlideV2Giant.layout-101 .slick-dotted.slick-slider {margin-bottom: 0; font-size: 0;}
.ModuleSlideV2Giant.layout-101 .slide-box img {position: relative; left: 50%; transform: translate(-50%);}
.ModuleSlideV2Giant.layout-101 .slide-box .swiperImg {width:100% !important;}
.ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 30px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li {width: auto; height: auto; margin: 0 12px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li button {width: 18px; height: 18px; /*padding: 6px; border-radius: 18px; border: unset; border: 1px solid rgba(255, 255, 255, 0);*/ background:url(../images/dian.png) no-repeat; background-size:16px 14px; background-position:center center; }
.ModuleSlideV2Giant.layout-101 .slick-dots li button:before {width: 6px; height: 6px; opacity: 1; font-size: 0; background-color: #fff; border-radius: 6px; top: 6px; left: 6px; display:none;}
.ModuleSlideV2Giant.layout-101 .slick-dots li button:hover {background-image:url(../images/dian_on.png);}
.ModuleSlideV2Giant.layout-101 .slick-dots li.slick-active button {/*border-color: rgba(255, 255, 255, 1);*/ background-image:url(../images/dian_on.png);}

@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 6%}
    .ModuleSlideV2Giant.layout-101 .slick-prev {left:2.5%;}
    .ModuleSlideV2Giant.layout-101 .slick-next {right:2.5%;}
}

@media (min-width: 600px) and (max-width: 999px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 8%}
    /* .ModuleSlideV2Giant.layout-101 .slick-active{ margin: 0 10px;} */
    .ModuleSlideV2Giant.layout-101 .slick-dots li button{width: 16px;height:16px; border-radius: 16px;}
}

@media (min-width: 599px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 8% !important}
    .ModuleSlideV2Giant.layout-101 .slick-active{  margin: 0 8px !important;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button{width: 12px !important; height: 12px !important;border-radius: 12px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button:before{width: 4px !important;height: 4px !important;  border-radius: 4px;}


}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 20px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li {margin: 0 7.5px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button {width: 15px; height: 15px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button:before {width: 5px; height: 5px; top: 5px; left: 5px;}
}.module_389623306 .ModuleHead .HeadCenter{float:none;}
#module_389623306 {
padding:0px;
}
#module_389623306 {
position:static;
z-index:0;
top:449px;
left:1240px;
width:100%;
height: auto;
}
#module_389623306 .ModuleHead389623306 {
display:none;
}
#module_389623306 .BodyCenter.BodyCenter389623306 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389623306 >.module_389623306 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389623306 >.module_389623306{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389623306 .BodyCenter.BodyCenter389623306 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389623306 .BodyCenter.BodyCenter389623306 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_389623306 >.module_389623306 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389623306 >.module_389623306 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_389623306 >.module_389623306 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389623306:hover {
border:none;
}
#module_389623306:hover >.module_389623306 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389623306 .slick-dots li button:before{background-color:rgba(0, 0, 0, .5);}
#module_389623306 .slick-dots li button{border-color:rgba(255, 255, 255, 0);}
#module_389623306 .slick-dots li.slick-active button:before, #module_389623306 .slick-dots li:hover button:before{background-color:rgba(255, 255, 255, 1);}
#module_389623306 .slick-dots li.slick-active button, #module_389623306 .slick-dots li button:hover{border-color:rgba(255, 255, 255, 1);}
/*图文模块 layout 101*/
.ModuleImageTextGiant.layout-101 {font-size: 14px;}
.ModuleImageTextGiant.layout-101 .imageTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden;}.module_389623338 .ModuleHead .HeadCenter{float:none;}
#module_389623338 {
padding:0px;
}
#module_389623338 {
position:absolute;
z-index:99;
top:32%;
left:0%;
width:100%;
height:25%;
}
#module_389623338 .ModuleHead389623338 {
display:none;
}
#module_389623338 .BodyCenter.BodyCenter389623338 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389623338 >.module_389623338 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389623338 >.module_389623338{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389623338 .BodyCenter.BodyCenter389623338 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389623338 .BodyCenter.BodyCenter389623338 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_389623338 >.module_389623338 {
margin-top:2.6217%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389623338 >.module_389623338 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_389623338 >.module_389623338 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389623338:hover {
border:none;
}
#module_389623338:hover >.module_389623338 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389623338 .ModuleImageTextGiantContent{margin-top:0px;}
#module_389623338 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_389623338 .ModuleImageTextGiantContent{margin-left:0px;}
#module_389623338 .ModuleImageTextGiantContent{margin-right:0px;}
#module_389623338 .imageTextGiant-Container{padding-top:10px;}
#module_389623338 .imageTextGiant-Container{padding-bottom:10px;}
#module_389623338 .imageTextGiant-Container{padding-left:10px;}
#module_389623338 .imageTextGiant-Container{padding-right:10px;}
#module_389623338 .showHandle .btn{font-size:14px;}
#module_389623338 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_389623338 .showHandle .btn{color:#333;}
#module_389623338 .showHandle .btn{font-weight:400;}
#module_389623338 .showHandle .btn{text-decoration:none;}
#module_389623338 .showHandle .btn{font-style:normal;}
#module_389623338 .showHandle div{border-top-color:#ddd !important;}
#module_389623338 .showHandle div{border-top-style:solid !important;}
#module_389623338 .showHandle div{border-top-width:1px !important;}
#module_389623338 .showHandle{background-color:transparent;}
#module_389623338 .showHandle{background-image:none;}
#module_389623338 .showHandle{background-repeat:no-repeat;}
#module_389623338 .showHandle{}
#module_389623338 .showHandle{}
#module_389623338 .showHandle{}
#module_389623338 a{font-size:unset;font-family:unset}
/*图文模块 layout 118*/
.ModuleImageTextGiant.layout-118 .row{ margin-left:0; margin-right: 0;}
.ModuleImageTextGiant.layout-118 .imageTextGiant-Container{max-height: 100%; max-width: 100%;/*padding: 10px;*/}
.ModuleImageTextGiant.layout-118 .imageTextGiant-Container .ModuleImageTextContent{padding:0; margin: 0px;width: 100%;}
.ModuleImageTextGiant.layout-118 .imageTextGiant-Container .ModuleMobileImageTextContent{width: 100%;}
.ModuleImageTextGiant.layout-118 .imageTextGiant-Container .GraphicUpper{height:auto;padding-left: 0;padding-right: 0}
.ModuleImageTextGiant.layout-118 .imageTextGiant-Container .normal_ImgtextBox_content{align-items: center;display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex;}
.ModuleImageTextGiant.layout-118 .imageTextGiant-Container .GraphicUpper{text-align: left; overflow: hidden; display: block; text-align:center; position: relative;}

@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-118 .imageTextGiant-Container .row .col-xs-8{padding: 0 3px;width: 91.333333%;}
}
@media only screen and (min-width: 768px) {
	.ModuleImageTextGiant.layout-118 .col-lg-2 {
		width: 10%;
	}
	.ModuleImageTextGiant.layout-118 .imageTextGiant-Container .normal_ImgtextBox_content .GraphicUpper .TextImage{width: 100%}
}.module_389623335 .ModuleHead .HeadCenter{float:none;}
#module_389623335 {
padding:0px;
}
#module_389623335 {
position:absolute;
z-index:100;
top:42%;
left:0%;
width:100%;
height:31%;
}
#module_389623335 .ModuleHead389623335 {
display:none;
}
#module_389623335 .BodyCenter.BodyCenter389623335 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389623335 >.module_389623335 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389623335 >.module_389623335{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389623335 .BodyCenter.BodyCenter389623335 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389623335 .BodyCenter.BodyCenter389623335 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_389623335 >.module_389623335 {
margin-top:0.0000%;
margin-left:20.7012%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389623335 >.module_389623335 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_389623335 >.module_389623335 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389623335:hover {
border:none;
}
#module_389623335:hover >.module_389623335 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389623335 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_389623335 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_389623335 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_389623335 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_389623335 .GraphicUpper .TextImage{border-top-color:rgba(0,0,0,0);}
#module_389623335 .GraphicUpper .TextImage{border-top-style:none;}
#module_389623335 .GraphicUpper .TextImage{border-top-width:0px;}
#module_389623335 .GraphicUpper .TextImage{border-right-color:rgba(0,0,0,0);}
#module_389623335 .GraphicUpper .TextImage{border-right-style:none;}
#module_389623335 .GraphicUpper .TextImage{border-right-width:0px;}
#module_389623335 .GraphicUpper .TextImage{border-bottom-color:rgba(0,0,0,0);}
#module_389623335 .GraphicUpper .TextImage{border-bottom-style:none;}
#module_389623335 .GraphicUpper .TextImage{border-bottom-width:0px;}
#module_389623335 .GraphicUpper .TextImage{border-left-color:rgba(0,0,0,0);}
#module_389623335 .GraphicUpper .TextImage{border-left-style:none;}
#module_389623335 .GraphicUpper .TextImage{border-left-width:0px;}
#module_389623335 .GraphicUpper .TextImage{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_389623335 .GraphicUpper .aBox{margin-top:0px;}
#module_389623335 .GraphicUpper .aBox{margin-bottom:0px;}
#module_389623335 .GraphicUpper .aBox{margin-left:0px;}
#module_389623335 .GraphicUpper .aBox{margin-right:8px;}
#module_389623335 .GraphicUpper{width:40%;}
#module_389623335 .MobileGraphicUpper{width:30%;}
#module_389623335 .ModuleImageTextGiantContent{margin-top:0px;}
#module_389623335 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_389623335 .ModuleImageTextGiantContent{margin-left:8px;}
#module_389623335 .ModuleImageTextGiantContent{margin-right:0px;}
#module_389623335 .normal_ImgtextBox_content{padding-top:11px;}
#module_389623335 .normal_ImgtextBox_content{padding-bottom:11px;}
#module_389623335 .normal_ImgtextBox_content{padding-left:0px;}
#module_389623335 .normal_ImgtextBox_content{padding-right:0px;}
#module_389623335 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_389623335 .normal_ImgtextBox_content{margin-left:0px;margin-right:0px;}
#module_389623335 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_389623335 .normal_ImgtextBox_content{background-color:transparent;}
#module_389623335 .normal_ImgtextBox_content{background-image:none;}
#module_389623335 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_389623335 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_389623335 .normal_ImgtextBox_content{background-attachment:none;}
#module_389623335 .normal_ImgtextBox_content{}
#module_389623335 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_389623335 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_389623335 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_389623335 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_389623335 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_389623335 .normal_ImgtextBox_content{border-top-style:none;}
#module_389623335 .normal_ImgtextBox_content{border-top-width:0px;}
#module_389623335 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_389623335 .normal_ImgtextBox_content{border-right-style:none;}
#module_389623335 .normal_ImgtextBox_content{border-right-width:0px;}
#module_389623335 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_389623335 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_389623335 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_389623335 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_389623335 .normal_ImgtextBox_content{border-left-style:none;}
#module_389623335 .normal_ImgtextBox_content{border-left-width:0px;}
#module_389623335 .showHandle .btn{font-size:14px;}
#module_389623335 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_389623335 .showHandle .btn{color:#333;}
#module_389623335 .showHandle .btn{font-weight:400;}
#module_389623335 .showHandle .btn{text-decoration:none;}
#module_389623335 .showHandle .btn{font-style:normal;}
#module_389623335 .showHandle div{border-top-color:#ddd !important;}
#module_389623335 .showHandle div{border-top-style:solid !important;}
#module_389623335 .showHandle div{border-top-width:1px !important;}
#module_389623335 .showHandle{background-color:transparent;}
#module_389623335 .showHandle{background-image:none;}
#module_389623335 .showHandle{background-repeat:no-repeat;}
#module_389623335 .showHandle{}
#module_389623335 .showHandle{}
#module_389623335 .showHandle{}
#module_389623335 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_389623335 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_389623335 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_389623335 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_389623335 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_389623335 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_389623335 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_389623335 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_389623335 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_389623335 .normal_ImgtextBox_content:hover{border-top-left-radius:0px;}
#module_389623335 .normal_ImgtextBox_content:hover{border-top-right-radius:0px;}
#module_389623335 .normal_ImgtextBox_content:hover{border-bottom-left-radius:0px;}
#module_389623335 .normal_ImgtextBox_content:hover{border-bottom-right-radius:0px;}
#module_389623335 .normal_ImgtextBox_content:hover{background-color:transparent;}
#module_389623335 .normal_ImgtextBox_content:hover{background-image:none;}
#module_389623335 .normal_ImgtextBox_content:hover{background-repeat:no-repeat;}
#module_389623335 .normal_ImgtextBox_content:hover{background-position:0% 0%;}
#module_389623335 .normal_ImgtextBox_content:hover{background-attachment:none;}
#module_389623335 .normal_ImgtextBox_content:hover{}
#module_389623335 a{font-size:unset;font-family:unset}
/*图文模块 layout 103*/
.ModuleImageTextGiant.layout-103 .imageTextGiant-Container{max-height: 100%; max-width: 100%;padding: 10px;}
.ModuleImageTextGiant.layout-103 .imageTextGiant-Container .GraphicUpper{text-align: center;}
.ModuleImageTextGiant.layout-103 .ModuleImageTextContent{width: 100%;}

.module_392033503 .ModuleHead .HeadCenter{float:none;}
#module_392033503 {
padding:0px;
}
#module_392033503 {
position:absolute;
z-index:99;
top:10%;
left:0%;
width:100%;
height:90%;
}
#module_392033503 .ModuleHead392033503 {
display:none;
}
#module_392033503 .BodyCenter.BodyCenter392033503 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392033503 >.module_392033503 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392033503 >.module_392033503{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392033503 .BodyCenter.BodyCenter392033503 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392033503 .BodyCenter.BodyCenter392033503 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392033503 >.module_392033503 {
margin-top:2.8892%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392033503 >.module_392033503 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392033503 >.module_392033503 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392033503:hover {
border:none;
}
#module_392033503:hover >.module_392033503 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392033503 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_392033503 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_392033503 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_392033503 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_392033503 .GraphicUpper .TextImage{margin-top:0px;}
#module_392033503 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_392033503 .GraphicUpper .TextImage{margin-left:0px;}
#module_392033503 .GraphicUpper .TextImage{margin-right:0px;}
#module_392033503 .TextImage{width:50%;}
#module_392033503 .MobileTextImage{width:50%;}
#module_392033503 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_392033503 .imageTextGiant-Container{padding-top:10px;}
#module_392033503 .imageTextGiant-Container{padding-bottom:10px;}
#module_392033503 .imageTextGiant-Container{padding-left:10px;}
#module_392033503 .imageTextGiant-Container{padding-right:10px;}
#module_392033503 .ModuleImageTextGiantContent{padding-top:0px;}
#module_392033503 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_392033503 .ModuleImageTextGiantContent{padding-left:0px;}
#module_392033503 .ModuleImageTextGiantContent{padding-right:0px;}
#module_392033503 .imageTextGiant-Container{padding-top:0px;}
#module_392033503 .imageTextGiant-Container{padding-bottom:0px;}
#module_392033503 .imageTextGiant-Container{padding-left:0px;}
#module_392033503 .imageTextGiant-Container{padding-right:0px;}
#module_392033503 .showHandle .btn{font-size:14px;}
#module_392033503 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_392033503 .showHandle .btn{color:#333;}
#module_392033503 .showHandle .btn{font-weight:400;}
#module_392033503 .showHandle .btn{text-decoration:none;}
#module_392033503 .showHandle .btn{font-style:normal;}
#module_392033503 .showHandle div{border-top-color:#ddd !important;}
#module_392033503 .showHandle div{border-top-style:solid !important;}
#module_392033503 .showHandle div{border-top-width:1px !important;}
#module_392033503 .showHandle{background-color:transparent;}
#module_392033503 .showHandle{background-image:none;}
#module_392033503 .showHandle{background-repeat:no-repeat;}
#module_392033503 .showHandle{}
#module_392033503 .showHandle{}
#module_392033503 .showHandle{}
#module_392033503 a{font-size:unset;font-family:unset}
.module_392033795 .ModuleHead .HeadCenter{float:none;}
#module_392033795 {
padding:0px;
}
#module_392033795 {
position:absolute;
z-index:99;
top:43%;
left:4%;
width:96%;
height:57%;
}
#module_392033795 .ModuleHead392033795 {
display:none;
}
#module_392033795 .BodyCenter.BodyCenter392033795 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392033795 >.module_392033795 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392033795 >.module_392033795{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392033795 .BodyCenter.BodyCenter392033795 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392033795 .BodyCenter.BodyCenter392033795 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392033795 >.module_392033795 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392033795 >.module_392033795 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392033795 >.module_392033795 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392033795:hover {
border:none;
}
#module_392033795:hover >.module_392033795 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392033795 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_392033795 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_392033795 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_392033795 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_392033795 .GraphicUpper .TextImage{margin-top:0px;}
#module_392033795 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_392033795 .GraphicUpper .TextImage{margin-left:0px;}
#module_392033795 .GraphicUpper .TextImage{margin-right:0px;}
#module_392033795 .TextImage{width:50%;}
#module_392033795 .MobileTextImage{width:50%;}
#module_392033795 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_392033795 .imageTextGiant-Container{padding-top:10px;}
#module_392033795 .imageTextGiant-Container{padding-bottom:10px;}
#module_392033795 .imageTextGiant-Container{padding-left:10px;}
#module_392033795 .imageTextGiant-Container{padding-right:10px;}
#module_392033795 .ModuleImageTextGiantContent{padding-top:0px;}
#module_392033795 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_392033795 .ModuleImageTextGiantContent{padding-left:0px;}
#module_392033795 .ModuleImageTextGiantContent{padding-right:0px;}
#module_392033795 .imageTextGiant-Container{padding-top:0px;}
#module_392033795 .imageTextGiant-Container{padding-bottom:0px;}
#module_392033795 .imageTextGiant-Container{padding-left:0px;}
#module_392033795 .imageTextGiant-Container{padding-right:0px;}
#module_392033795 .showHandle .btn{font-size:14px;}
#module_392033795 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_392033795 .showHandle .btn{color:#333;}
#module_392033795 .showHandle .btn{font-weight:400;}
#module_392033795 .showHandle .btn{text-decoration:none;}
#module_392033795 .showHandle .btn{font-style:normal;}
#module_392033795 .showHandle div{border-top-color:#ddd !important;}
#module_392033795 .showHandle div{border-top-style:solid !important;}
#module_392033795 .showHandle div{border-top-width:1px !important;}
#module_392033795 .showHandle{background-color:transparent;}
#module_392033795 .showHandle{background-image:none;}
#module_392033795 .showHandle{background-repeat:no-repeat;}
#module_392033795 .showHandle{}
#module_392033795 .showHandle{}
#module_392033795 .showHandle{}
#module_392033795 a{font-size:unset;font-family:unset}
.module_392034159 .ModuleHead .HeadCenter{float:none;}
#module_392034159 {
padding:0px;
}
#module_392034159 {
position:absolute;
z-index:99;
top:0%;
left:0%;
width:100%;
height:101%;
}
#module_392034159 .ModuleHead392034159 {
display:none;
}
#module_392034159 .BodyCenter.BodyCenter392034159 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392034159 >.module_392034159 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392034159 >.module_392034159{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392034159 .BodyCenter.BodyCenter392034159 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392034159 .BodyCenter.BodyCenter392034159 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392034159 >.module_392034159 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392034159 >.module_392034159 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392034159 >.module_392034159 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392034159:hover {
border:none;
}
#module_392034159:hover >.module_392034159 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392034159 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_392034159 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_392034159 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_392034159 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_392034159 .GraphicUpper .TextImage{margin-top:0px;}
#module_392034159 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_392034159 .GraphicUpper .TextImage{margin-left:0px;}
#module_392034159 .GraphicUpper .TextImage{margin-right:0px;}
#module_392034159 .TextImage{width:50%;}
#module_392034159 .MobileTextImage{width:50%;}
#module_392034159 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_392034159 .imageTextGiant-Container{padding-top:10px;}
#module_392034159 .imageTextGiant-Container{padding-bottom:10px;}
#module_392034159 .imageTextGiant-Container{padding-left:10px;}
#module_392034159 .imageTextGiant-Container{padding-right:10px;}
#module_392034159 .ModuleImageTextGiantContent{padding-top:0px;}
#module_392034159 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_392034159 .ModuleImageTextGiantContent{padding-left:0px;}
#module_392034159 .ModuleImageTextGiantContent{padding-right:0px;}
#module_392034159 .imageTextGiant-Container{padding-top:0px;}
#module_392034159 .imageTextGiant-Container{padding-bottom:0px;}
#module_392034159 .imageTextGiant-Container{padding-left:0px;}
#module_392034159 .imageTextGiant-Container{padding-right:0px;}
#module_392034159 .showHandle .btn{font-size:14px;}
#module_392034159 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_392034159 .showHandle .btn{color:#333;}
#module_392034159 .showHandle .btn{font-weight:400;}
#module_392034159 .showHandle .btn{text-decoration:none;}
#module_392034159 .showHandle .btn{font-style:normal;}
#module_392034159 .showHandle div{border-top-color:#ddd !important;}
#module_392034159 .showHandle div{border-top-style:solid !important;}
#module_392034159 .showHandle div{border-top-width:1px !important;}
#module_392034159 .showHandle{background-color:transparent;}
#module_392034159 .showHandle{background-image:none;}
#module_392034159 .showHandle{background-repeat:no-repeat;}
#module_392034159 .showHandle{}
#module_392034159 .showHandle{}
#module_392034159 .showHandle{}
#module_392034159 a{font-size:unset;font-family:unset}
.module_392034283 .ModuleHead .HeadCenter{float:none;}
#module_392034283 {
padding:0px;
}
#module_392034283 {
position:absolute;
z-index:99;
top:68%;
left:0%;
width:71%;
height:32%;
}
#module_392034283 .ModuleHead392034283 {
display:none;
}
#module_392034283 .BodyCenter.BodyCenter392034283 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392034283 >.module_392034283 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392034283 >.module_392034283{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392034283 .BodyCenter.BodyCenter392034283 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392034283 .BodyCenter.BodyCenter392034283 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392034283 >.module_392034283 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392034283 >.module_392034283 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392034283 >.module_392034283 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392034283:hover {
border:none;
}
#module_392034283:hover >.module_392034283 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392034283 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_392034283 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_392034283 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_392034283 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_392034283 .GraphicUpper .TextImage{margin-top:0px;}
#module_392034283 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_392034283 .GraphicUpper .TextImage{margin-left:0px;}
#module_392034283 .GraphicUpper .TextImage{margin-right:0px;}
#module_392034283 .TextImage{width:50%;}
#module_392034283 .MobileTextImage{width:50%;}
#module_392034283 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_392034283 .imageTextGiant-Container{padding-top:10px;}
#module_392034283 .imageTextGiant-Container{padding-bottom:10px;}
#module_392034283 .imageTextGiant-Container{padding-left:10px;}
#module_392034283 .imageTextGiant-Container{padding-right:10px;}
#module_392034283 .ModuleImageTextGiantContent{padding-top:0px;}
#module_392034283 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_392034283 .ModuleImageTextGiantContent{padding-left:0px;}
#module_392034283 .ModuleImageTextGiantContent{padding-right:0px;}
#module_392034283 .imageTextGiant-Container{padding-top:0px;}
#module_392034283 .imageTextGiant-Container{padding-bottom:0px;}
#module_392034283 .imageTextGiant-Container{padding-left:0px;}
#module_392034283 .imageTextGiant-Container{padding-right:0px;}
#module_392034283 .showHandle .btn{font-size:14px;}
#module_392034283 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_392034283 .showHandle .btn{color:#333;}
#module_392034283 .showHandle .btn{font-weight:400;}
#module_392034283 .showHandle .btn{text-decoration:none;}
#module_392034283 .showHandle .btn{font-style:normal;}
#module_392034283 .showHandle div{border-top-color:#ddd !important;}
#module_392034283 .showHandle div{border-top-style:solid !important;}
#module_392034283 .showHandle div{border-top-width:1px !important;}
#module_392034283 .showHandle{background-color:transparent;}
#module_392034283 .showHandle{background-image:none;}
#module_392034283 .showHandle{background-repeat:no-repeat;}
#module_392034283 .showHandle{}
#module_392034283 .showHandle{}
#module_392034283 .showHandle{}
#module_392034283 a{font-size:unset;font-family:unset}
.module_392035878 .ModuleHead .HeadCenter{float:none;}
#module_392035878 {
padding:0px;
}
#module_392035878 {
position:absolute;
z-index:99;
top:25%;
left:50%;
width:42%;
height:32%;
}
#module_392035878 .ModuleHead392035878 {
display:none;
}
#module_392035878 .BodyCenter.BodyCenter392035878 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392035878 >.module_392035878 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392035878 >.module_392035878{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392035878 .BodyCenter.BodyCenter392035878 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392035878 .BodyCenter.BodyCenter392035878 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392035878 >.module_392035878 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:8.5568%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392035878 >.module_392035878 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392035878 >.module_392035878 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392035878:hover {
border:none;
}
#module_392035878:hover >.module_392035878 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392035878 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_392035878 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_392035878 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_392035878 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_392035878 .GraphicUpper .TextImage{margin-top:0px;}
#module_392035878 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_392035878 .GraphicUpper .TextImage{margin-left:0px;}
#module_392035878 .GraphicUpper .TextImage{margin-right:0px;}
#module_392035878 .TextImage{width:50%;}
#module_392035878 .MobileTextImage{width:50%;}
#module_392035878 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_392035878 .imageTextGiant-Container{padding-top:10px;}
#module_392035878 .imageTextGiant-Container{padding-bottom:10px;}
#module_392035878 .imageTextGiant-Container{padding-left:10px;}
#module_392035878 .imageTextGiant-Container{padding-right:10px;}
#module_392035878 .ModuleImageTextGiantContent{padding-top:0px;}
#module_392035878 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_392035878 .ModuleImageTextGiantContent{padding-left:0px;}
#module_392035878 .ModuleImageTextGiantContent{padding-right:0px;}
#module_392035878 .imageTextGiant-Container{padding-top:0px;}
#module_392035878 .imageTextGiant-Container{padding-bottom:0px;}
#module_392035878 .imageTextGiant-Container{padding-left:0px;}
#module_392035878 .imageTextGiant-Container{padding-right:0px;}
#module_392035878 .showHandle .btn{font-size:14px;}
#module_392035878 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_392035878 .showHandle .btn{color:#333;}
#module_392035878 .showHandle .btn{font-weight:400;}
#module_392035878 .showHandle .btn{text-decoration:none;}
#module_392035878 .showHandle .btn{font-style:normal;}
#module_392035878 .showHandle div{border-top-color:#ddd !important;}
#module_392035878 .showHandle div{border-top-style:solid !important;}
#module_392035878 .showHandle div{border-top-width:1px !important;}
#module_392035878 .showHandle{background-color:transparent;}
#module_392035878 .showHandle{background-image:none;}
#module_392035878 .showHandle{background-repeat:no-repeat;}
#module_392035878 .showHandle{}
#module_392035878 .showHandle{}
#module_392035878 .showHandle{}
#module_392035878 a{font-size:unset;font-family:unset}
.module_392035933 .ModuleHead .HeadCenter{float:none;}
#module_392035933 {
padding:0px;
}
#module_392035933 {
position:absolute;
z-index:99;
top:23%;
left:47%;
width:11%;
height:26%;
}
#module_392035933 .ModuleHead392035933 {
display:none;
}
#module_392035933 .BodyCenter.BodyCenter392035933 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392035933 >.module_392035933 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392035933 >.module_392035933{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392035933 .BodyCenter.BodyCenter392035933 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392035933 .BodyCenter.BodyCenter392035933 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392035933 >.module_392035933 {
margin-top:10.0000%;
margin-left:0.0000%;
margin-right:0.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392035933 >.module_392035933 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392035933 >.module_392035933 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392035933:hover {
border:none;
}
#module_392035933:hover >.module_392035933 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392035933 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_392035933 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_392035933 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_392035933 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_392035933 .GraphicUpper .TextImage{margin-top:0px;}
#module_392035933 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_392035933 .GraphicUpper .TextImage{margin-left:0px;}
#module_392035933 .GraphicUpper .TextImage{margin-right:0px;}
#module_392035933 .TextImage{width:50%;}
#module_392035933 .MobileTextImage{width:50%;}
#module_392035933 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_392035933 .imageTextGiant-Container{padding-top:10px;}
#module_392035933 .imageTextGiant-Container{padding-bottom:10px;}
#module_392035933 .imageTextGiant-Container{padding-left:10px;}
#module_392035933 .imageTextGiant-Container{padding-right:10px;}
#module_392035933 .ModuleImageTextGiantContent{padding-top:0px;}
#module_392035933 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_392035933 .ModuleImageTextGiantContent{padding-left:0px;}
#module_392035933 .ModuleImageTextGiantContent{padding-right:0px;}
#module_392035933 .imageTextGiant-Container{padding-top:0px;}
#module_392035933 .imageTextGiant-Container{padding-bottom:0px;}
#module_392035933 .imageTextGiant-Container{padding-left:0px;}
#module_392035933 .imageTextGiant-Container{padding-right:0px;}
#module_392035933 .showHandle .btn{font-size:14px;}
#module_392035933 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_392035933 .showHandle .btn{color:#333;}
#module_392035933 .showHandle .btn{font-weight:400;}
#module_392035933 .showHandle .btn{text-decoration:none;}
#module_392035933 .showHandle .btn{font-style:normal;}
#module_392035933 .showHandle div{border-top-color:#ddd !important;}
#module_392035933 .showHandle div{border-top-style:solid !important;}
#module_392035933 .showHandle div{border-top-width:1px !important;}
#module_392035933 .showHandle{background-color:transparent;}
#module_392035933 .showHandle{background-image:none;}
#module_392035933 .showHandle{background-repeat:no-repeat;}
#module_392035933 .showHandle{}
#module_392035933 .showHandle{}
#module_392035933 .showHandle{}
#module_392035933 a{font-size:unset;font-family:unset}
.module_392036098 .ModuleHead .HeadCenter{float:none;}
#module_392036098 {
padding:0px;
}
#module_392036098 {
position:absolute;
z-index:99;
top:52%;
left:33%;
width:34%;
height:17%;
}
#module_392036098 .ModuleHead392036098 {
display:none;
}
#module_392036098 .BodyCenter.BodyCenter392036098 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392036098 >.module_392036098 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392036098 >.module_392036098{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392036098 .BodyCenter.BodyCenter392036098 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392036098 .BodyCenter.BodyCenter392036098 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392036098 >.module_392036098 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:5.5644%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392036098 >.module_392036098 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392036098 >.module_392036098 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392036098:hover {
border:none;
}
#module_392036098:hover >.module_392036098 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392036098 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_392036098 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_392036098 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_392036098 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_392036098 .GraphicUpper .TextImage{margin-top:0px;}
#module_392036098 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_392036098 .GraphicUpper .TextImage{margin-left:0px;}
#module_392036098 .GraphicUpper .TextImage{margin-right:0px;}
#module_392036098 .TextImage{width:50%;}
#module_392036098 .MobileTextImage{width:50%;}
#module_392036098 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_392036098 .imageTextGiant-Container{padding-top:10px;}
#module_392036098 .imageTextGiant-Container{padding-bottom:10px;}
#module_392036098 .imageTextGiant-Container{padding-left:10px;}
#module_392036098 .imageTextGiant-Container{padding-right:10px;}
#module_392036098 .ModuleImageTextGiantContent{padding-top:0px;}
#module_392036098 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_392036098 .ModuleImageTextGiantContent{padding-left:0px;}
#module_392036098 .ModuleImageTextGiantContent{padding-right:0px;}
#module_392036098 .imageTextGiant-Container{padding-top:0px;}
#module_392036098 .imageTextGiant-Container{padding-bottom:0px;}
#module_392036098 .imageTextGiant-Container{padding-left:0px;}
#module_392036098 .imageTextGiant-Container{padding-right:0px;}
#module_392036098 .showHandle .btn{font-size:14px;}
#module_392036098 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_392036098 .showHandle .btn{color:#333;}
#module_392036098 .showHandle .btn{font-weight:400;}
#module_392036098 .showHandle .btn{text-decoration:none;}
#module_392036098 .showHandle .btn{font-style:normal;}
#module_392036098 .showHandle div{border-top-color:#ddd !important;}
#module_392036098 .showHandle div{border-top-style:solid !important;}
#module_392036098 .showHandle div{border-top-width:1px !important;}
#module_392036098 .showHandle{background-color:transparent;}
#module_392036098 .showHandle{background-image:none;}
#module_392036098 .showHandle{background-repeat:no-repeat;}
#module_392036098 .showHandle{}
#module_392036098 .showHandle{}
#module_392036098 .showHandle{}
#module_392036098 a{font-size:unset;font-family:unset}
.module_392036560 .ModuleHead .HeadCenter{float:none;}
#module_392036560 {
padding:0px;
}
#module_392036560 {
position:absolute;
z-index:99;
top:63%;
left:30%;
width:41%;
height:13%;
}
#module_392036560 .ModuleHead392036560 {
display:none;
}
#module_392036560 .BodyCenter.BodyCenter392036560 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392036560 >.module_392036560 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392036560 >.module_392036560{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392036560 .BodyCenter.BodyCenter392036560 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392036560 .BodyCenter.BodyCenter392036560 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392036560 >.module_392036560 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392036560 >.module_392036560 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392036560 >.module_392036560 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392036560:hover {
border:none;
}
#module_392036560:hover >.module_392036560 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392036560 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_392036560 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_392036560 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_392036560 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_392036560 .GraphicUpper .TextImage{margin-top:0px;}
#module_392036560 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_392036560 .GraphicUpper .TextImage{margin-left:0px;}
#module_392036560 .GraphicUpper .TextImage{margin-right:0px;}
#module_392036560 .TextImage{width:50%;}
#module_392036560 .MobileTextImage{width:50%;}
#module_392036560 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_392036560 .imageTextGiant-Container{padding-top:10px;}
#module_392036560 .imageTextGiant-Container{padding-bottom:10px;}
#module_392036560 .imageTextGiant-Container{padding-left:10px;}
#module_392036560 .imageTextGiant-Container{padding-right:10px;}
#module_392036560 .ModuleImageTextGiantContent{padding-top:0px;}
#module_392036560 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_392036560 .ModuleImageTextGiantContent{padding-left:0px;}
#module_392036560 .ModuleImageTextGiantContent{padding-right:0px;}
#module_392036560 .imageTextGiant-Container{padding-top:0px;}
#module_392036560 .imageTextGiant-Container{padding-bottom:0px;}
#module_392036560 .imageTextGiant-Container{padding-left:0px;}
#module_392036560 .imageTextGiant-Container{padding-right:0px;}
#module_392036560 .showHandle .btn{font-size:14px;}
#module_392036560 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_392036560 .showHandle .btn{color:#333;}
#module_392036560 .showHandle .btn{font-weight:400;}
#module_392036560 .showHandle .btn{text-decoration:none;}
#module_392036560 .showHandle .btn{font-style:normal;}
#module_392036560 .showHandle div{border-top-color:#ddd !important;}
#module_392036560 .showHandle div{border-top-style:solid !important;}
#module_392036560 .showHandle div{border-top-width:1px !important;}
#module_392036560 .showHandle{background-color:transparent;}
#module_392036560 .showHandle{background-image:none;}
#module_392036560 .showHandle{background-repeat:no-repeat;}
#module_392036560 .showHandle{}
#module_392036560 .showHandle{}
#module_392036560 .showHandle{}
#module_392036560 a{font-size:unset;font-family:unset}
.module_392036646 .ModuleHead .HeadCenter{float:none;}
#module_392036646 {
padding:0px;
}
#module_392036646 {
position:absolute;
z-index:99;
top:3%;
left:0%;
width:100%;
height:97%;
}
#module_392036646 .ModuleHead392036646 {
display:none;
}
#module_392036646 .BodyCenter.BodyCenter392036646 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392036646 >.module_392036646 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392036646 >.module_392036646{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392036646 .BodyCenter.BodyCenter392036646 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392036646 .BodyCenter.BodyCenter392036646 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392036646 >.module_392036646 {
/*margin-top:5.2970%;*/margin-top:5.8%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392036646 >.module_392036646 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392036646 >.module_392036646 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392036646:hover {
border:none;
}
#module_392036646:hover >.module_392036646 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392036646 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_392036646 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_392036646 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_392036646 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_392036646 .GraphicUpper .TextImage{margin-top:0px;}
#module_392036646 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_392036646 .GraphicUpper .TextImage{margin-left:0px;}
#module_392036646 .GraphicUpper .TextImage{margin-right:0px;}
#module_392036646 .TextImage{width:50%;}
#module_392036646 .MobileTextImage{width:50%;}
#module_392036646 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_392036646 .imageTextGiant-Container{padding-top:10px;}
#module_392036646 .imageTextGiant-Container{padding-bottom:10px;}
#module_392036646 .imageTextGiant-Container{padding-left:10px;}
#module_392036646 .imageTextGiant-Container{padding-right:10px;}
#module_392036646 .ModuleImageTextGiantContent{padding-top:0px;}
#module_392036646 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_392036646 .ModuleImageTextGiantContent{padding-left:0px;}
#module_392036646 .ModuleImageTextGiantContent{padding-right:0px;}
#module_392036646 .imageTextGiant-Container{padding-top:0px;}
#module_392036646 .imageTextGiant-Container{padding-bottom:0px;}
#module_392036646 .imageTextGiant-Container{padding-left:0px;}
#module_392036646 .imageTextGiant-Container{padding-right:0px;}
#module_392036646 .showHandle .btn{font-size:14px;}
#module_392036646 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_392036646 .showHandle .btn{color:#333;}
#module_392036646 .showHandle .btn{font-weight:400;}
#module_392036646 .showHandle .btn{text-decoration:none;}
#module_392036646 .showHandle .btn{font-style:normal;}
#module_392036646 .showHandle div{border-top-color:#ddd !important;}
#module_392036646 .showHandle div{border-top-style:solid !important;}
#module_392036646 .showHandle div{border-top-width:1px !important;}
#module_392036646 .showHandle{background-color:transparent;}
#module_392036646 .showHandle{background-image:none;}
#module_392036646 .showHandle{background-repeat:no-repeat;}
#module_392036646 .showHandle{}
#module_392036646 .showHandle{}
#module_392036646 .showHandle{}
#module_392036646 a{font-size:unset;font-family:unset}
.module_392037154 .ModuleHead .HeadCenter{float:none;}
#module_392037154 {
padding:0px;
}
#module_392037154 {
position:absolute;
z-index:99;
top:0%;
left:3%;
width:11%;
height:26%;
}
#module_392037154 .ModuleHead392037154 {
display:none;
}
#module_392037154 .BodyCenter.BodyCenter392037154 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392037154 >.module_392037154 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392037154 >.module_392037154{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392037154 .BodyCenter.BodyCenter392037154 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392037154 .BodyCenter.BodyCenter392037154 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392037154 >.module_392037154 {
margin-top:41.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392037154 >.module_392037154 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392037154 >.module_392037154 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392037154:hover {
border:none;
}
#module_392037154:hover >.module_392037154 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392037154 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_392037154 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_392037154 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_392037154 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_392037154 .GraphicUpper .TextImage{margin-top:0px;}
#module_392037154 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_392037154 .GraphicUpper .TextImage{margin-left:0px;}
#module_392037154 .GraphicUpper .TextImage{margin-right:0px;}
#module_392037154 .TextImage{width:50%;}
#module_392037154 .MobileTextImage{width:50%;}
#module_392037154 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_392037154 .imageTextGiant-Container{padding-top:10px;}
#module_392037154 .imageTextGiant-Container{padding-bottom:10px;}
#module_392037154 .imageTextGiant-Container{padding-left:10px;}
#module_392037154 .imageTextGiant-Container{padding-right:10px;}
#module_392037154 .ModuleImageTextGiantContent{padding-top:0px;}
#module_392037154 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_392037154 .ModuleImageTextGiantContent{padding-left:0px;}
#module_392037154 .ModuleImageTextGiantContent{padding-right:0px;}
#module_392037154 .imageTextGiant-Container{padding-top:0px;}
#module_392037154 .imageTextGiant-Container{padding-bottom:0px;}
#module_392037154 .imageTextGiant-Container{padding-left:0px;}
#module_392037154 .imageTextGiant-Container{padding-right:0px;}
#module_392037154 .showHandle .btn{font-size:14px;}
#module_392037154 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_392037154 .showHandle .btn{color:#333;}
#module_392037154 .showHandle .btn{font-weight:400;}
#module_392037154 .showHandle .btn{text-decoration:none;}
#module_392037154 .showHandle .btn{font-style:normal;}
#module_392037154 .showHandle div{border-top-color:#ddd !important;}
#module_392037154 .showHandle div{border-top-style:solid !important;}
#module_392037154 .showHandle div{border-top-width:1px !important;}
#module_392037154 .showHandle{background-color:transparent;}
#module_392037154 .showHandle{background-image:none;}
#module_392037154 .showHandle{background-repeat:no-repeat;}
#module_392037154 .showHandle{}
#module_392037154 .showHandle{}
#module_392037154 .showHandle{}
#module_392037154 a{font-size:unset;font-family:unset}
.module_392043217 .ModuleHead .HeadCenter{float:none;}
#module_392043217 {
padding:0px;
}
#module_392043217 {
position:absolute;
z-index:99;
top:15%;
left:10%;
width:37%;
height:36%;
}
#module_392043217 .ModuleHead392043217 {
display:none;
}
#module_392043217 .BodyCenter.BodyCenter392043217 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392043217 >.module_392043217 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392043217 >.module_392043217{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392043217 .BodyCenter.BodyCenter392043217 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392043217 .BodyCenter.BodyCenter392043217 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392043217 >.module_392043217 {
margin-top:13.5252%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392043217 >.module_392043217 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392043217 >.module_392043217 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392043217:hover {
border:none;
}
#module_392043217:hover >.module_392043217 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392043217 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_392043217 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_392043217 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_392043217 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_392043217 .GraphicUpper .TextImage{margin-top:0px;}
#module_392043217 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_392043217 .GraphicUpper .TextImage{margin-left:0px;}
#module_392043217 .GraphicUpper .TextImage{margin-right:0px;}
#module_392043217 .TextImage{width:50%;}
#module_392043217 .MobileTextImage{width:50%;}
#module_392043217 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_392043217 .imageTextGiant-Container{padding-top:10px;}
#module_392043217 .imageTextGiant-Container{padding-bottom:10px;}
#module_392043217 .imageTextGiant-Container{padding-left:10px;}
#module_392043217 .imageTextGiant-Container{padding-right:10px;}
#module_392043217 .ModuleImageTextGiantContent{padding-top:0px;}
#module_392043217 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_392043217 .ModuleImageTextGiantContent{padding-left:0px;}
#module_392043217 .ModuleImageTextGiantContent{padding-right:0px;}
#module_392043217 .imageTextGiant-Container{padding-top:0px;}
#module_392043217 .imageTextGiant-Container{padding-bottom:0px;}
#module_392043217 .imageTextGiant-Container{padding-left:0px;}
#module_392043217 .imageTextGiant-Container{padding-right:0px;}
#module_392043217 .showHandle .btn{font-size:14px;}
#module_392043217 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_392043217 .showHandle .btn{color:#333;}
#module_392043217 .showHandle .btn{font-weight:400;}
#module_392043217 .showHandle .btn{text-decoration:none;}
#module_392043217 .showHandle .btn{font-style:normal;}
#module_392043217 .showHandle div{border-top-color:#ddd !important;}
#module_392043217 .showHandle div{border-top-style:solid !important;}
#module_392043217 .showHandle div{border-top-width:1px !important;}
#module_392043217 .showHandle{background-color:transparent;}
#module_392043217 .showHandle{background-image:none;}
#module_392043217 .showHandle{background-repeat:no-repeat;}
#module_392043217 .showHandle{}
#module_392043217 .showHandle{}
#module_392043217 .showHandle{}
#module_392043217 a{font-size:unset;font-family:unset}
#module_389623306 .SubContainer {max-width:none !important;}

.module_404261049 .ModuleHead .HeadCenter{float:none;}
#module_404261049 {
padding:0px;
}
#module_404261049 {
position:static;
z-index:0;
top:37px;
left:446px;
width:100%;
height: auto;
}
#module_404261049 .ModuleHead404261049 {
display:none;
}
#module_404261049 .BodyCenter.BodyCenter404261049 {
background:none;background-color:rgba(0,0,0,0);
}
#module_404261049 >.module_404261049 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_404261049 >.module_404261049{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_404261049 .BodyCenter.BodyCenter404261049 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404261049 .BodyCenter.BodyCenter404261049 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_404261049 >.module_404261049 {
margin-top:18.9103%;
margin-left:0.0000%;
margin-right:14.9038%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404261049 >.module_404261049 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_404261049 >.module_404261049 {box-shadow: 0px 0px 0px 0px #ccc}
#module_404261049:hover {
border:none;
}
#module_404261049:hover >.module_404261049 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_404261049 .ModuleImageTextGiantContent{margin-top:0px;}
#module_404261049 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_404261049 .ModuleImageTextGiantContent{margin-left:0px;}
#module_404261049 .ModuleImageTextGiantContent{margin-right:0px;}
#module_404261049 .imageTextGiant-Container{padding-top:10px;}
#module_404261049 .imageTextGiant-Container{padding-bottom:10px;}
#module_404261049 .imageTextGiant-Container{padding-left:10px;}
#module_404261049 .imageTextGiant-Container{padding-right:10px;}
#module_404261049 .showHandle .btn{font-size:14px;}
#module_404261049 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_404261049 .showHandle .btn{color:#333;}
#module_404261049 .showHandle .btn{font-weight:400;}
#module_404261049 .showHandle .btn{text-decoration:none;}
#module_404261049 .showHandle .btn{font-style:normal;}
#module_404261049 .showHandle div{border-top-color:#ddd !important;}
#module_404261049 .showHandle div{border-top-style:solid !important;}
#module_404261049 .showHandle div{border-top-width:1px !important;}
#module_404261049 .showHandle{background-color:transparent;}
#module_404261049 .showHandle{background-image:none;}
#module_404261049 .showHandle{background-repeat:no-repeat;}
#module_404261049 .showHandle{}
#module_404261049 .showHandle{}
#module_404261049 .showHandle{}
#module_404261049 a{font-size:unset;font-family:unset}
.module_404261050 .ModuleHead .HeadCenter{float:none;}
#module_404261050 {
padding:0px;
}
#module_404261050 {
position:static;
z-index:1;
top:363px;
left:220px;
width:100%;
height: auto;
}
#module_404261050 .ModuleHead404261050 {
display:none;
}
#module_404261050 .BodyCenter.BodyCenter404261050 {
background:none;background-color:rgba(0,0,0,0);
}
#module_404261050 >.module_404261050 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_404261050 >.module_404261050{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_404261050 .BodyCenter.BodyCenter404261050 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404261050 .BodyCenter.BodyCenter404261050 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_404261050 >.module_404261050 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404261050 >.module_404261050 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_404261050 >.module_404261050 {box-shadow: 0px 0px 0px 0px #ccc}
#module_404261050:hover {
border:none;
}
#module_404261050:hover >.module_404261050 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_404261050 .ModuleImageTextGiantContent{margin-top:0px;}
#module_404261050 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_404261050 .ModuleImageTextGiantContent{margin-left:0px;}
#module_404261050 .ModuleImageTextGiantContent{margin-right:0px;}
#module_404261050 .imageTextGiant-Container{padding-top:10px;}
#module_404261050 .imageTextGiant-Container{padding-bottom:10px;}
#module_404261050 .imageTextGiant-Container{padding-left:10px;}
#module_404261050 .imageTextGiant-Container{padding-right:10px;}
#module_404261050 .showHandle .btn{font-size:14px;}
#module_404261050 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_404261050 .showHandle .btn{color:#333;}
#module_404261050 .showHandle .btn{font-weight:400;}
#module_404261050 .showHandle .btn{text-decoration:none;}
#module_404261050 .showHandle .btn{font-style:normal;}
#module_404261050 .showHandle div{border-top-color:#ddd !important;}
#module_404261050 .showHandle div{border-top-style:solid !important;}
#module_404261050 .showHandle div{border-top-width:1px !important;}
#module_404261050 .showHandle{background-color:transparent;}
#module_404261050 .showHandle{background-image:none;}
#module_404261050 .showHandle{background-repeat:no-repeat;}
#module_404261050 .showHandle{}
#module_404261050 .showHandle{}
#module_404261050 .showHandle{}
#module_404261050 a{font-size:unset;font-family:unset}
.module_404261052 .ModuleHead .HeadCenter{float:none;}
#module_404261052 {
padding:0px;
}
#module_404261052 {
position:static;
z-index:0;
top:410px;
left:269px;
width:100%;
height: auto;
}
#module_404261052 .ModuleHead404261052 {
display:none;
}
#module_404261052 .BodyCenter.BodyCenter404261052 {
background:none;background-color:rgba(0,0,0,0);
}
#module_404261052 >.module_404261052 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_404261052 >.module_404261052{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_404261052 .BodyCenter.BodyCenter404261052 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404261052 .BodyCenter.BodyCenter404261052 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_404261052 >.module_404261052 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:30.2658%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404261052 >.module_404261052 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_404261052 >.module_404261052 {box-shadow: 0px 0px 0px 0px #ccc}
#module_404261052:hover {
border:none;
}
#module_404261052:hover >.module_404261052 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_404261052 .ModuleImageTextGiantContent{margin-top:0px;}
#module_404261052 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_404261052 .ModuleImageTextGiantContent{margin-left:0px;}
#module_404261052 .ModuleImageTextGiantContent{margin-right:0px;}
#module_404261052 .imageTextGiant-Container{padding-top:10px;}
#module_404261052 .imageTextGiant-Container{padding-bottom:10px;}
#module_404261052 .imageTextGiant-Container{padding-left:10px;}
#module_404261052 .imageTextGiant-Container{padding-right:10px;}
#module_404261052 .showHandle .btn{font-size:14px;}
#module_404261052 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_404261052 .showHandle .btn{color:#333;}
#module_404261052 .showHandle .btn{font-weight:400;}
#module_404261052 .showHandle .btn{text-decoration:none;}
#module_404261052 .showHandle .btn{font-style:normal;}
#module_404261052 .showHandle div{border-top-color:#ddd !important;}
#module_404261052 .showHandle div{border-top-style:solid !important;}
#module_404261052 .showHandle div{border-top-width:1px !important;}
#module_404261052 .showHandle{background-color:transparent;}
#module_404261052 .showHandle{background-image:none;}
#module_404261052 .showHandle{background-repeat:no-repeat;}
#module_404261052 .showHandle{}
#module_404261052 .showHandle{}
#module_404261052 .showHandle{}
#module_404261052 a{font-size:unset;font-family:unset}
#module_389618950 #Sub389618950_7 {top: 0;transform: translateY(0);}
.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

.ModuleGridGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridGiant.layout-101{height: 100%;}
.ModuleGridGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}

@media only screen and (max-width: 767px) { 
    .ModuleGridGiant.layout-101 .ModuleGridItem {
        height: 100% !important;
    }
}.module_389618986 .ModuleHead .HeadCenter{float:none;}
#module_389618986 {
padding:0px;
}
#module_389618986 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_389618986 .ModuleHead389618986 {
display:none;
}
#module_389618986 .BodyCenter.BodyCenter389618986 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389618986 >.module_389618986 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389618986 >.module_389618986{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389618986 .BodyCenter.BodyCenter389618986 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_389618986 .BodyCenter.BodyCenter389618986 {
padding-top:0.0000%;
padding-left:1.4409%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_389618986 >.module_389618986 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_389618986 >.module_389618986 {
margin-top:11.5274%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_389618986 >.module_389618986 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389618986:hover {
border:none;
}
#module_389618986:hover >.module_389618986 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389618986 .ModuleSubContainer{background-color:transparent;}
#module_389618986 .ModuleSubContainer{background-image:none;}
#module_389618986 .ModuleSubContainer{background-repeat:no-repeat;}
#module_389618986 .ModuleSubContainer{background-position:0% 0%;}
#module_389618986 .ModuleSubContainer{background-attachment:scroll;}
#module_389618986 .ModuleSubContainer{}
#module_389618986 {!bgVideo!}{bgVideoUrl:none}
#module_389618986 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_389618986 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_389618986 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer389618986 {}
.module_389619076 .ModuleHead .HeadCenter{float:none;}
#module_389619076 {
padding:0px;
}
#module_389619076 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_389619076 .ModuleHead389619076 {
display:none;
}
#module_389619076 .BodyCenter.BodyCenter389619076 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389619076 >.module_389619076 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389619076 >.module_389619076{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389619076 .BodyCenter.BodyCenter389619076 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_389619076 .BodyCenter.BodyCenter389619076 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_389619076 >.module_389619076 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_389619076 >.module_389619076 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_389619076 >.module_389619076 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389619076:hover {
border:none;
}
#module_389619076:hover >.module_389619076 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389619076 .ModuleImageTextGiantContent{margin-top:0px;}
#module_389619076 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_389619076 .ModuleImageTextGiantContent{margin-left:0px;}
#module_389619076 .ModuleImageTextGiantContent{margin-right:0px;}
#module_389619076 .imageTextGiant-Container{padding-top:10px;}
#module_389619076 .imageTextGiant-Container{padding-bottom:10px;}
#module_389619076 .imageTextGiant-Container{padding-left:0px;}
#module_389619076 .imageTextGiant-Container{padding-right:0px;}
#module_389619076 .showHandle .btn{font-size:14px;}
#module_389619076 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_389619076 .showHandle .btn{color:#333;}
#module_389619076 .showHandle .btn{font-weight:400;}
#module_389619076 .showHandle .btn{text-decoration:none;}
#module_389619076 .showHandle .btn{font-style:normal;}
#module_389619076 .showHandle div{border-top-color:#ddd !important;}
#module_389619076 .showHandle div{border-top-style:solid !important;}
#module_389619076 .showHandle div{border-top-width:1px !important;}
#module_389619076 .showHandle{background-color:transparent;}
#module_389619076 .showHandle{background-image:none;}
#module_389619076 .showHandle{background-repeat:no-repeat;}
#module_389619076 .showHandle{}
#module_389619076 .showHandle{}
#module_389619076 .showHandle{}
#module_389619076 a{font-size:unset;font-family:unset}
.module_404280401 .ModuleHead .HeadCenter{float:none;}
#module_404280401 {
padding:0px;
}
#module_404280401 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_404280401 .ModuleHead404280401 {
display:none;
}

#module_404280401 img{border-top-color:transparent;}
#module_404280401 img{border-top-style:none;}
#module_404280401 img{border-top-width:0px;}
#module_404280401 img{border-right-color:transparent;}
#module_404280401 img{border-right-style:none;}
#module_404280401 img{border-right-width:0px;}
#module_404280401 img{border-bottom-color:transparent;}
#module_404280401 img{border-bottom-style:none;}
#module_404280401 img{border-bottom-width:0px;}
#module_404280401 img{border-left-color:transparent;}
#module_404280401 img{border-left-style:none;}
#module_404280401 img{border-left-width:0px;}
#module_404280401 img{border-top-left-radius:0px;}
#module_404280401 img{border-top-right-radius:0px;}
#module_404280401 img{border-bottom-left-radius:0px;}
#module_404280401 img{border-bottom-right-radius:0px;}
#module_404280401 .BodyCenter{text-align: center;}

.module_389619077 .ModuleHead .HeadCenter{float:none;}
#module_389619077 {
padding:0px;
}
#module_389619077 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_389619077 .ModuleHead389619077 {
display:none;
}
#module_389619077 .BodyCenter.BodyCenter389619077 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389619077 >.module_389619077 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389619077 >.module_389619077{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389619077 .BodyCenter.BodyCenter389619077 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_389619077 .BodyCenter.BodyCenter389619077 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_389619077 >.module_389619077 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_389619077 >.module_389619077 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_389619077 >.module_389619077 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389619077:hover {
border:none;
}
#module_389619077:hover >.module_389619077 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389619077 .ModuleImageTextGiantContent{margin-top:0px;}
#module_389619077 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_389619077 .ModuleImageTextGiantContent{margin-left:0px;}
#module_389619077 .ModuleImageTextGiantContent{margin-right:0px;}
#module_389619077 .imageTextGiant-Container{padding-top:10px;}
#module_389619077 .imageTextGiant-Container{padding-bottom:10px;}
#module_389619077 .imageTextGiant-Container{padding-left:0px;}
#module_389619077 .imageTextGiant-Container{padding-right:0px;}
#module_389619077 .showHandle .btn{font-size:14px;}
#module_389619077 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_389619077 .showHandle .btn{color:#333;}
#module_389619077 .showHandle .btn{font-weight:400;}
#module_389619077 .showHandle .btn{text-decoration:none;}
#module_389619077 .showHandle .btn{font-style:normal;}
#module_389619077 .showHandle div{border-top-color:#ddd !important;}
#module_389619077 .showHandle div{border-top-style:solid !important;}
#module_389619077 .showHandle div{border-top-width:1px !important;}
#module_389619077 .showHandle{background-color:transparent;}
#module_389619077 .showHandle{background-image:none;}
#module_389619077 .showHandle{background-repeat:no-repeat;}
#module_389619077 .showHandle{}
#module_389619077 .showHandle{}
#module_389619077 .showHandle{}
#module_389619077 a{font-size:unset;font-family:unset}

/*layout-104内容*/
.ModuleProductListGiant.layout-102 .cor-z{background: #0072d4;}
.flexs{ display: flex;  flex-wrap: wrap;  align-content: flex-start;}
.ModuleProductListGiant.layout-104 .pro-container .pro-item {margin: 0 2% 2% 0;  background-color: #f8f8f8;  box-sizing: border-box;  -webkit-transition:all 0.3s ease-out 0s;  -moz-transition: all 0.3s ease-out 0s;  -ms-transition: all 0.3s ease-out 0s;  -o-transition: all 0.3s ease-out 0s;  transition: all 0.3s ease-out 0s;  }
.ModuleProductListGiant.layout-104  .pro-container .pro-item .pro-img {overflow: hidden;display: block;height: auto; border-bottom: 1px solid #eee; list-style-type: none;  display: block;  max-width: 100%;  width: 100%; position: relative }
.ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-img .dummy{  padding-top: 100%;  }
.ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-img img{ transition: all 0.3s linear 0s; position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  max-width: 100%;  max-height: 100%;  display: block;  margin:auto;  padding: auto;  }
.ModuleProductListGiant.layout-104 .pro-container a:hover .pro-img img{ transform: scale(1.1); }
.ModuleProductListGiant.layout-104  .pro-container .pro-item .pro-name,
.ModuleProductListGiant.layout-104  .pro-container .pro-item .pro-desc { text-align: center; display: block;   font-size: 14px; margin-bottom: 6px;   }
.ModuleProductListGiant.layout-104  .pro-container .pro-item .pro-name {font-size: 18px;  font-weight: bold;   overflow: hidden;  text-overflow: ellipsis; /*white-space: nowrap; */  }
.ModuleProductListGiant.layout-104  .pro-container .pro-item .pro-desc {  line-height: 24px; font-size: 14px; height: 22px; overflow: hidden;  }
.ModuleProductListGiant.layout-104  .pro-container .pro-text{ width:100%;     padding:7% 5%;}
.ModuleProductListGiant.layout-104 a:active,.ModuleProductListGiant.layout-107 a:visited,.ModuleProductListGiant.layout-107 a:focus{text-decoration: none;}
.ModuleProductListGiant.layout-104 .pro-desc{word-break: break-word !important;}
.ModuleProductListGiant.layout-104 .pro-name{word-break: break-word !important;}
.ModuleProductListGiant.layout-104 .smailtool{align-items: flex-start;position: absolute; top:15px; right: 15px; display: flex; }
.ModuleProductListGiant.layout-104 .VRDiv{ display: flex; justify-content: flex-start;align-items: center; margin-right: 5px; color:#fff;font-size: 14px; background-color: rgba(0,0,0,0.4); border-radius: 8px;padding:8px 12px;}
.ModuleProductListGiant.layout-104 .VRDiv > svg{ width: 16px; height: 16px;fill: #fff;}
.ModuleProductListGiant.layout-104 .VRTipstxt{ margin-left: 8px;    text-overflow: ellipsis; overflow: hidden;white-space: nowrap;}
@media screen and (min-width: 768px){
 .ModuleProductListGiant.layout-104 .pred-filter{display: block}
 .ModuleProductListGiant.layout-104 .silder-filter,.btn-filter{display: none}
 .ModuleProductListGiant.layout-104  .pro-container .pro-item:hover {  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);  }
 .ModuleProductListGiant.layout-104 .pro-item.col-lg-2 {width: 49%;  padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(2n).col-lg-2{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-lg-3 {width:32%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(3n).col-lg-3{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-lg-4 {width: 23.5%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(4n).col-lg-4{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-lg-5 {width:18.4%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(5n).col-lg-5{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-lg-6 {width:15%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(6n).col-lg-6{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-lg-1 {width: 100%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(n).col-lg-1{ margin-right: 0 !important;}
}

.ModuleProductListGiant.layout-104 .bean-finish{background: #000;color:#fff;}
.ModuleProductListGiant.layout-104 .items-active{background: transparent;color: #000;}
.ModuleProductListGiant.layout-104 .selected-light:hover{color:#000;}
.ModuleProductListGiant.layout-104 .choosed-tab{color:#000}

@media only screen and (max-width: 767px) {
.ModuleProductListGiant.layout-104 .smailtool{ right: 5px}
.ModuleProductListGiant.layout-104 .VRDiv{max-width: 100px;overflow: hidden;}
.ModuleProductListGiant.layout-104 .pred-filter{display: none}
.ModuleProductListGiant.layout-104 .silder-filter,.btn-filter{display: block}
.ModuleProductListGiant.layout-104 .pro-container .pro-text{ width:100%;     padding:5% 5%;}
.ModuleProductListGiant.layout-104 .pro-container .pro-item { margin: 0 3.1% 3.1% 0 !important; width: 49%;  border: 5px solid #fff;  box-sizing: border-box;  border-top: 0px solid #fff;}
.ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-name {  font-size: 14px;  padding-bottom: 0 }
.ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-desc {  font-size: 10px;   }

 .ModuleProductListGiant.layout-104 .pro-item.col-xs-2 {width: 48.4% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(2n).col-xs-2{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-xs-3 {width:31.1% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(3n).col-xs-3{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-xs-4 {width: 23.5% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(4n).col-xs-4{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-xs-5 {width:18.4% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(5n).col-xs-5{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-xs-6 {width:15% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(6n).col-xs-6{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-xs-1 {width: 100% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(n).col-xs-1{ margin-right: 0 !important;}
}
.ModuleProductListGiant.layout-104 .videosDiv{border-radius: 8px;padding:8px 12px;background:rgba(0,0,0,0.4);}
.ModuleProductListGiant.layout-104 .videosTis{color: #fff;font-size: 12px;}
.ModuleProductListGiant.layout-104 .videosTis > svg{ width: 12px; height: 12px;fill: #fff;}
.ModuleProductListGiant.layout-104 .pagerGiant .inputer{outline: 0;}













































.module_389619105 .ModuleHead .HeadCenter{float:none;}
#module_389619105 {
padding:0px;
}
#module_389619105 {
position:static;
z-index:0;
top:151px;
left:0px;
width:100%;
height: auto;
}
#module_389619105 .ModuleHead389619105 {
display:none;
}
#module_389619105 .BodyCenter.BodyCenter389619105 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389619105 >.module_389619105 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389619105 >.module_389619105{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389619105 .BodyCenter.BodyCenter389619105 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389619105 .BodyCenter.BodyCenter389619105 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_389619105 >.module_389619105 {
margin-top:8.2397%;
margin-left:3.3708%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389619105 >.module_389619105 {
margin-top:6.5147%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:13.0293%;
}
}
#module_389619105 >.module_389619105 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389619105:hover {
border:none;
}
#module_389619105:hover >.module_389619105 {
border-color:#ccc;
}
#module_389619105:hover >.module_389619105 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389619105 .VRDiv{background-color:;}
#module_389619105 .VRDiv{}
#module_389619105 .VRDiv{}
#module_389619105 .VRDiv{}
#module_389619105 .VRDiv{}
#module_389619105 .VRDiv{}
#module_389619105 .VRDiv{border-top-left-radius:px;}
#module_389619105 .VRDiv{border-top-right-radius:px;}
#module_389619105 .VRDiv{border-bottom-left-radius:px;}
#module_389619105 .VRDiv{border-bottom-right-radius:px;}
#module_389619105 .vrIcon  {font-size:px;}  #module_389619105 .vrIcon  > svg {width:px; height:px}
#module_389619105 .vrIcon  {color:;} #module_389619105 .vrIcon  > svg {fill:;}
#module_389619105 .VRDiv{padding-top:px;}
#module_389619105 .VRDiv{padding-bottom:px;}
#module_389619105 .VRDiv{padding-left:px;}
#module_389619105 .VRDiv{padding-right:px;}
#module_389619105 .VRTipstxt{font-size:px;}
#module_389619105 .VRTipstxt{font-family:;}
#module_389619105 .VRTipstxt{color:;}
#module_389619105 .VRTipstxt{}
#module_389619105 .VRTipstxt{}
#module_389619105 .VRTipstxt{}
#module_389619105 .videosDiv{background-color:;}
#module_389619105 .videosDiv{}
#module_389619105 .videosDiv{}
#module_389619105 .videosDiv{}
#module_389619105 .videosDiv{}
#module_389619105 .videosDiv{}
#module_389619105 .videosDiv{border-top-left-radius:px;}
#module_389619105 .videosDiv{border-top-right-radius:px;}
#module_389619105 .videosDiv{border-bottom-left-radius:px;}
#module_389619105 .videosDiv{border-bottom-right-radius:px;}
#module_389619105 .videosTis {font-size:px;}  #module_389619105 .videosTis > svg {width:px; height:px}
#module_389619105 .videosTis {color:;} #module_389619105 .videosTis > svg {fill:;}
#module_389619105 .videosDiv{padding-top:px;}
#module_389619105 .videosDiv{padding-bottom:px;}
#module_389619105 .videosDiv{padding-left:px;}
#module_389619105 .videosDiv{padding-right:px;}
#module_389619105 .pro-item{margin-bottom:20px; margin-right:20px;} #module_389619105 .pro-container a.col-lg-2{width:calc((100% - 20px) / 2);} #module_389619105 .pro-container a.col-lg-3{width:calc((100% - 20px * 2) / 3);} #module_389619105 .pro-container a.col-lg-4{width:calc((100% - 20px * 3) / 4);} #module_389619105 .pro-container a.col-lg-5{width:calc((100% - 20px * 4) / 5);} #module_389619105 .pro-container a.col-lg-6{width:calc((100% - 20px * 5) / 6);}
#module_389619105 .pro-item{padding-top:0px;}
#module_389619105 .pro-item{padding-bottom:0px;}
#module_389619105 .pro-item{padding-left:0px;}
#module_389619105 .pro-item{padding-right:0px;}
#module_389619105 .pro-item{background-color:#f8f8f8;}
#module_389619105 .pro-item{background-image:none;}
#module_389619105 .pro-item{background-repeat:no-repeat;}
#module_389619105 .pro-item{}
#module_389619105 .pro-item{}
#module_389619105 .pro-item{}
#module_389619105 .pro-item{border-top-color:transparent;}
#module_389619105 .pro-item{border-top-style:none;}
#module_389619105 .pro-item{border-top-width:0px;}
#module_389619105 .pro-item{border-right-color:transparent;}
#module_389619105 .pro-item{border-right-style:none;}
#module_389619105 .pro-item{border-right-width:0px;}
#module_389619105 .pro-item{border-bottom-color:transparent;}
#module_389619105 .pro-item{border-bottom-style:none;}
#module_389619105 .pro-item{border-bottom-width:0px;}
#module_389619105 .pro-item{border-left-color:transparent;}
#module_389619105 .pro-item{border-left-style:none;}
#module_389619105 .pro-item{border-left-width:0px;}
#module_389619105 .pro-img .dummy{background-color:transparent;}
#module_389619105 .pro-img .dummy{background-image:none;}
#module_389619105 .pro-img .dummy{background-repeat:no-repeat;}
#module_389619105 .pro-img .dummy{}
#module_389619105 .pro-img .dummy{}
#module_389619105 .pro-img .dummy{}
#module_389619105 .pro-img .dummy{padding-top:100%;}
#module_389619105 .pro-img img{ object-fit:cover;}
#module_389619105 .pro-img img{ width:100%;}
#module_389619105 .pro-img img{ height:100%;}
#module_389619105 .pro-img img{border-radius:0px;}
#module_389619105 .pro-img,#module_389619105 .pro-item{border-top-left-radius:0px;}
#module_389619105 .pro-img,#module_389619105 .pro-item{border-top-right-radius:0px;}
#module_389619105 .pro-img{border-bottom-left-radius:0px;}
#module_389619105 .pro-img{border-bottom-right-radius:0px;}
#module_389619105 .pro-img{border-top-color:transparent;}
#module_389619105 .pro-img{border-top-style:none;}
#module_389619105 .pro-img{border-top-width:0px;}
#module_389619105 .pro-img{border-right-color:transparent;}
#module_389619105 .pro-img{border-right-style:none;}
#module_389619105 .pro-img{border-right-width:0px;}
#module_389619105 .pro-img{border-bottom-color:transparent;}
#module_389619105 .pro-img{border-bottom-style:none;}
#module_389619105 .pro-img{border-bottom-width:0px;}
#module_389619105 .pro-img{border-left-color:transparent;}
#module_389619105 .pro-img{border-left-style:none;}
#module_389619105 .pro-img{border-left-width:0px;}
#module_389619105 .pro-name{font-size:16px;}
#module_389619105 .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_389619105 .pro-name{color:#000;}
#module_389619105 .pro-name{font-weight:normal;}
#module_389619105 .pro-name{text-decoration:none;}
#module_389619105 .pro-name{font-style:normal;}
#module_389619105 .pro-name{text-align: center;}
#module_389619105 .pro-name{margin-top:0px;}
#module_389619105 .pro-name{margin-bottom:6px;}
#module_389619105 .pro-desc{font-size:14px;line-height:calc(14px + 6px);}
#module_389619105 .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_389619105 .pro-desc{color:#000;}
#module_389619105 .pro-desc{font-weight:normal;}
#module_389619105 .pro-desc{text-decoration:none;}
#module_389619105 .pro-desc{font-style:normal;}
#module_389619105 .pro-desc{text-align: ;}
#module_389619105 .pro-desc{margin-top:0px;}
#module_389619105 .pro-desc{margin-bottom:6px;}
#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li,#module_389619105 .productListOrderCtrlTab .summary .totalProduct{color:#000;}
#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li{font-style:normal;}
#module_389619105 .choosed-tab, #module_389619105 .setting-screening-criteria{font-size:12px;}
#module_389619105 .choosed-tab{font-family:微软雅黑,Microsoft YaHei;}
#module_389619105 .choosed-tab, #module_389619105 .setting-screening-criteria{color:#000;}
#module_389619105 .choosed-tab{}
#module_389619105 .choosed-tab{}
#module_389619105 .choosed-tab{}
#module_389619105 .selected-light,#module_389619105 .setting-all, #module_389619105 .setting-left-bar, #module_389619105 .setting-pred-warp .setting-collapse, #module_389619105 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_389619105 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_389619105 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_389619105 .selected-light,#module_389619105 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_389619105 .selected-light,#module_389619105 .setting-left-bar,#module_389619105 .setting-reset,#module_389619105 .setting-pred-warp .setting-collapse,#module_389619105 .giantroom .btn-more{color:#000;}
#module_389619105 .selected-light{}
#module_389619105 .selected-light,#module_389619105 .setting-all{}
#module_389619105 .selected-light,#module_389619105 .setting-all{}
#module_389619105 .setting-right-temp ul li, #module_389619105 .choosed-tab{border-top-left-radius:2px;}
#module_389619105 .setting-right-temp ul li, #module_389619105 .choosed-tab{border-top-right-radius:2px;}
#module_389619105 .setting-right-temp ul li, #module_389619105 .choosed-tab{border-bottom-left-radius:2px;}
#module_389619105 .setting-right-temp ul li, #module_389619105 .choosed-tab{border-bottom-right-radius:2px;}
#module_389619105 .pred-filter, #module_389619105 .choosed-tab{border-top-color:#d6d6d6;}
#module_389619105 .pred-filter, #module_389619105 .choosed-tab{border-top-style:solid;}
#module_389619105 .pred-filter, #module_389619105 .choosed-tab, #module_389619105 .giantroom .btn-more{border-top-width:1px;} #module_389619105 .giantroom {margin-top: calc(-16px - 1px);}
#module_389619105 .pred-filter, #module_389619105 .choosed-tab, #module_389619105 .giantroom .btn-more{border-bottom-color:#d6d6d6;}
#module_389619105 .pred-filter, #module_389619105 .choosed-tab, #module_389619105 .giantroom .btn-more{border-bottom-style:solid;}
#module_389619105 .pred-filter, #module_389619105 .choosed-tab, #module_389619105 .giantroom .btn-more{border-bottom-width:1px;}
#module_389619105 .pred-filter, #module_389619105 .choosed-tab, #module_389619105 .giantroom .btn-more{border-left-color:#d6d6d6;}
#module_389619105 .pred-filter, #module_389619105 .choosed-tab, #module_389619105 .giantroom .btn-more{border-left-style:solid;}
#module_389619105 .pred-filter, #module_389619105 .choosed-tab, #module_389619105 .giantroom .btn-more{border-left-width:1px;}
#module_389619105 .pred-filter, #module_389619105 .choosed-tab, #module_389619105 .giantroom .btn-more{border-right-color:#d6d6d6;}
#module_389619105 .pred-filter, #module_389619105 .choosed-tab, #module_389619105 .giantroom .btn-more{border-right-style:solid;}
#module_389619105 .pred-filter, #module_389619105 .choosed-tab, #module_389619105 .giantroom .btn-more{border-right-width:1px;}
#module_389619105 .setting-pred-warp{border-top-color:#d6d6d6;}
#module_389619105 .setting-left-bar{background-color:#fafafa;}
#module_389619105 .setting-left-bar{width:px} #module_389619105 .setting-right-temp ul.FilterPc{width: calc( 100% - px );}
#module_389619105 .setting-right-temp ul li{background-color:rgba(255, 255, 255, 0);}
#module_389619105 .choosed-tab .icsmall{color:#999;}
#module_389619105 .setting-right-temp ul li{margin-right:10px;}
#module_389619105 .pagerGiant .text{font-size:px;}
#module_389619105 .pagerGiant .text{font-family:;}
#module_389619105 .pagerGiant .text{color:;}
#module_389619105 .pagerGiant .text{}
#module_389619105 .pagerGiant .text{}
#module_389619105 .pagerGiant .text{}
#module_389619105 .pagerGiant .current,#module_389619105 .pagerGiant .num,#module_389619105 .pagerGiant .inputer{width:px}
#module_389619105 .pagerGiant .current,#module_389619105 .pagerGiant .num,#module_389619105 .pagerGiant .inputer{height:px}
#module_389619105 .pagerGiant .num{font-size:px;}
#module_389619105 .pagerGiant .num{font-family:;}
#module_389619105 .pagerGiant .num{color:;}
#module_389619105 .pagerGiant .num{}
#module_389619105 .pagerGiant .num{}
#module_389619105 .pagerGiant .num{}
#module_389619105 .pagerGiant .submit{width:px}
#module_389619105 .pagerGiant .submit{height:px}
#module_389619105 .pagerGiant .current,#module_389619105 .pagerGiant .num,#module_389619105 .pagerGiant .inputer,#module_389619105 .pagerGiant .submit{border-top-left-radius:px;}
#module_389619105 .pagerGiant .current,#module_389619105 .pagerGiant .num,#module_389619105 .pagerGiant .inputer,#module_389619105 .pagerGiant .submit{border-top-right-radius:px;}
#module_389619105 .pagerGiant .current,#module_389619105 .pagerGiant .num,#module_389619105 .pagerGiant .inputer,#module_389619105 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_389619105 .pagerGiant .current,#module_389619105 .pagerGiant .num,#module_389619105 .pagerGiant .inputer,#module_389619105 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_389619105 .pagerGiant .next,#module_389619105 .pagerGiant .splitline{color:;}
#module_389619105 .pagerGiant .num{background-color:#fff;}
#module_389619105 .pagerGiant .num, #module_389619105 .pagerGiant .inputer{border-top-color:#ccc;}
#module_389619105 .pagerGiant .num, #module_389619105 .pagerGiant .inputer{border-top-style:solid;}
#module_389619105 .pagerGiant .num, #module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit, #module_389619105 .pagerGiant .inputer{border-top-width:1px;}
#module_389619105 .pagerGiant .num, #module_389619105 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_389619105 .pagerGiant .num, #module_389619105 .pagerGiant .inputer{border-bottom-style:solid;}
#module_389619105 .pagerGiant .num, #module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit, #module_389619105 .pagerGiant .inputer{border-bottom-width:1px;}
#module_389619105 .pagerGiant .num, #module_389619105 .pagerGiant .inputer{border-left-color:#ccc;}
#module_389619105 .pagerGiant .num, #module_389619105 .pagerGiant .inputer{border-left-style:solid;}
#module_389619105 .pagerGiant .num, #module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit, #module_389619105 .pagerGiant .inputer{border-left-width:1px;}
#module_389619105 .pagerGiant .num, #module_389619105 .pagerGiant .inputer{border-right-color:#ccc;}
#module_389619105 .pagerGiant .num, #module_389619105 .pagerGiant .inputer{border-right-style:solid;}
#module_389619105 .pagerGiant .num, #module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit, #module_389619105 .pagerGiant .inputer{border-right-width:1px;}
#module_389619105 .page-more a{font-size:px;}
#module_389619105 .page-more a{font-family:;}
#module_389619105 .page-more a{color: !important;}
#module_389619105 .page-more a{}
#module_389619105 .page-more a{}
#module_389619105 .page-more a{}
#module_389619105 .page-more a{background-color:#fff;}
#module_389619105 .page-more a{border-top-color:#eee;}
#module_389619105 .page-more a{border-top-style:solid;}
#module_389619105 .page-more a{border-top-width:2px;}
#module_389619105 .page-more a{border-bottom-color:#eee;}
#module_389619105 .page-more a{border-bottom-style:solid;}
#module_389619105 .page-more a{border-bottom-width:2px;}
#module_389619105 .page-more a{border-left-color:#eee;}
#module_389619105 .page-more a{border-left-style:solid;}
#module_389619105 .page-more a{border-left-width:2px;}
#module_389619105 .page-more a{border-right-color:#eee;}
#module_389619105 .page-more a{border-right-style:solid;}
#module_389619105 .page-more a{border-right-width:2px;}
#module_389619105 .VRDiv:hover{background-color:;}
#module_389619105 .VRDiv:hover{}
#module_389619105 .VRDiv:hover{}
#module_389619105 .VRDiv:hover{}
#module_389619105 .VRDiv:hover{}
#module_389619105 .VRDiv:hover{}
#module_389619105 .VRDiv:hover .vrIcon  {font-size:px;}  #module_389619105 .VRDiv:hover .vrIcon  > svg {width:px; height:px}
#module_389619105 .VRDiv:hover .vrIcon  {color:;} #module_389619105 .VRDiv:hover .vrIcon  > svg {fill:;}
#module_389619105 .videosDiv:hover{background-color:;}
#module_389619105 .videosDiv:hover{}
#module_389619105 .videosDiv:hover{}
#module_389619105 .videosDiv:hover{}
#module_389619105 .videosDiv:hover{}
#module_389619105 .videosDiv:hover{}
#module_389619105 .videosDiv:hover .videosTis {font-size:px;} #module_389619105 .videosDiv:hover .videosTis > svg {width:px; height:px}
#module_389619105 .videosDiv:hover .videosTis {color:;} #module_389619105 .videosDiv:hover .videosTis > svg {fill:;}
#module_389619105 .pro-img:hover{background-color:transparent;}
#module_389619105 .pro-img:hover{}
#module_389619105 .pro-img:hover{background-repeat:no-repeat;}
#module_389619105 .pro-img:hover{}
#module_389619105 .pro-img:hover{}
#module_389619105 .pro-img:hover{}
#module_389619105 .pro-img:hover,#module_389619105 .pro-item:hover{border-top-left-radius:0px;}
#module_389619105 .pro-img:hover,#module_389619105 .pro-item:hover{border-top-right-radius:0px;}
#module_389619105 .pro-img:hover{border-bottom-left-radius:0px;}
#module_389619105 .pro-img:hover{border-bottom-right-radius:0px;}
#module_389619105 .pro-img:hover{border-top-color:transparent;}
#module_389619105 .pro-img:hover{border-top-style:none;}
#module_389619105 .pro-img:hover{border-top-width:0px;}
#module_389619105 .pro-img:hover{border-right-color:transparent;}
#module_389619105 .pro-img:hover{border-right-style:none;}
#module_389619105 .pro-img:hover{border-right-width:0px;}
#module_389619105 .pro-img:hover{border-bottom-color:transparent;}
#module_389619105 .pro-img:hover{border-bottom-style:none;}
#module_389619105 .pro-img:hover{border-bottom-width:0px;}
#module_389619105 .pro-img:hover{border-left-color:transparent;}
#module_389619105 .pro-img:hover{border-left-style:none;}
#module_389619105 .pro-img:hover{border-left-width:0px;}
#module_389619105 .pro-item:hover .pro-name{font-size:16px;}
#module_389619105 .pro-item:hover .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_389619105 .pro-item:hover .pro-name{color:#000000;}
#module_389619105 .pro-item:hover .pro-name{font-weight:normal;}
#module_389619105 .pro-item:hover .pro-name{text-decoration:none;}
#module_389619105 .pro-item:hover .pro-name{font-style:normal;}
#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:微软雅黑,Microsoft YaHei;}
#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#fff;}
#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-style:normal;}
#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#000;}
#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_389619105 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_389619105 .selected-light:hover,#module_389619105 .selected-light.active,#module_389619105 .items-active{font-size:12px;}
#module_389619105 .selected-light:hover,#module_389619105 .selected-light.active,#module_389619105 .items-active{font-family:微软雅黑,Microsoft YaHei;}
#module_389619105 .selected-light:hover,#module_389619105 .selected-light.active,#module_389619105 .items-active{color:#000;} #module_389619105 .items-active{border-color:#000;} #module_389619105 .bean-finish{background:#000;}
#module_389619105 .selected-light:hover,#module_389619105 .selected-light.active,#module_389619105 .items-active{}
#module_389619105 .selected-light:hover,#module_389619105 .selected-light.active,#module_389619105 .items-active{}
#module_389619105 .selected-light:hover,#module_389619105 .selected-light.active,#module_389619105 .items-active{}
#module_389619105 .setting-left-bar:hover{background-color:#fafafa;}
#module_389619105 .setting-right-temp ul li:hover, #module_389619105 .setting-right-temp ul li.active{background-color:rgba(255, 255, 255, 0);}
#module_389619105 .choosed-tab .icsmall:hover{color:#999;}
#module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit{font-size:px;}
#module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit{font-family:;}
#module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit{color:;}
#module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit{}
#module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit{}
#module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit{}
#module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit{background-color:#000;}
#module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit, #module_389619105 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit, #module_389619105 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit, #module_389619105 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit, #module_389619105 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit, #module_389619105 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit, #module_389619105 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit, #module_389619105 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_389619105 .pagerGiant .current, #module_389619105 .pagerGiant .submit, #module_389619105 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_389619105 .page-more a:hover{font-size:px;}
#module_389619105 .page-more:hover a{font-family:;}
#module_389619105 .page-more a:hover{color: !important;}
#module_389619105 .page-more a:hover {}
#module_389619105 .page-more a:hover {}
#module_389619105 .page-more a:hover {}
#module_389619105 .page-more a:hover{background-color:#fff;}
#module_389619105 .page-more a:hover{border-top-color:#eee;}
#module_389619105 .page-more a:hover{border-top-style:solid;}
#module_389619105 .page-more a:hover{border-bottom-color:#eee;}
#module_389619105 .page-more a:hover{border-bottom-style:solid;}
#module_389619105 .page-more a:hover{border-left-color:#eee;}
#module_389619105 .page-more a:hover{border-left-style:solid;}
#module_389619105 .page-more a:hover{border-right-color:#eee;}
#module_389619105 .page-more a:hover{border-right-style:solid;}
.ModuleCustomFormGiant.layout-101 .submitbtnbox{display: flex;}
/*新验证码开始*/
.ModuleCustomFormGiant.layout-101 .vciline{
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine1 {
     display: none;
}
.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine2 {
   transform: rotate(180deg);
   transition:all 0.5s;
}
.ModuleCustomFormGiant.layout-101 .VCClose{
    position: relative;
    margin-right: 20px;
    width: 30px;
    float: right;
    margin-top: 17px;
    height: 30px;
    cursor: pointer;
}
.ModuleCustomFormGiant.layout-101 .VCLine1{
     border-top:#ccc solid 2px;
     width: 18px;
     transform: rotate(45deg);
     right: 0;
     position: absolute;
     top: 9px;

}
.ModuleCustomFormGiant.layout-101 .VCLine2{
    border-top:#ccc solid 2px;
    width: 18px;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    top: 9px;

}
.ModuleCustomFormGiant.layout-101 .VCTitle{
    color:#333;
    font-size:20px;
    font-weight: bold;
    margin-top: 41px;
    margin-bottom: 25px;

}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn{
     margin-top: 22px;
     text-align: right;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn1{

    width: 80px;
    height: 36px;
    background: #1e88e5;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn2{
    width: 80px;
    height: 36px;
    background: #fff;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #666666 ;
    border: 1px #ccc solid;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcinput::placeholder{
    color:#999999
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcinput{
     border:none;
     padding: 20px 0 ;
     background: #fff !important;
     border-bottom: solid #ccc 1px;
     color: #666;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .changebtn{
      text-align: right;
      display: block;

}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .VerificationCode{
    width: 100%;
    height: 100px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodecontext{
    padding:0 33px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv{

    position: absolute;
    bottom: 0;
    z-index: 12;
    background: #fff;
    transform: translate(-50%,-50%);
    top:auto;
    left: 50%;
    max-width: 350px;
    height: 380px;
    border-radius: 6px;
    box-shadow: 9.9px 9.9px 49px 0px rgba(0,0,0,0.11);
    display: none;
    width: 100%;
}
/*新验证码结束*/
.ModuleCustomFormGiant.layout-101 .title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: normal;
    min-height: 30px;
}

.ModuleCustomFormGiant.layout-101 .from-Describe {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 15px;
    display: flex;
    align-content: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 input[type=text] {
    line-height: 38px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    width: 100%;
    padding: 0 10px 0 16px;
    box-sizing: border-box;
    min-height: 30px;
    border-radius: 0;
}
.ModuleCustomFormGiant.layout-101 textarea {
    -webkit-appearance: none;
}
.ModuleCustomFormGiant.layout-101 .pcCitybox {
    display: -webkit-flex;
    /* Safari */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 .customFormicon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block !important
}

/* .ModuleCustomFormGiant.layout-101 .Select_Simulate li:hover {
    color: #fff;
} */
.ModuleCustomFormGiant.layout-101 label{
    line-height: 2;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate.layout1 .frist_item {

    height: 38px;
    line-height: 38px;
}
.ModuleCustomFormGiant.layout-101 .smsvaldatebox{
    height: 40px;
    line-height: 40px;
}
.ModuleCustomFormGiant.layout-101  .Browse-file {
    height: 38px;
    line-height: 38px;
 }
 .ModuleCustomFormGiant.layout-101 .Browse-img {
    height: 80px;

 }
.ModuleCustomFormGiant.layout-101 .multi-row-text
{
    border-radius: 0;
}
.ModuleCustomFormGiant.layout-101 .Form-list {
    width: 100%;
    padding-top: 20px;
}
.ModuleCustomFormGiant.layout-101 .areabox .area{
  height: 38px;
  line-height: 38px;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate .frist_item{
    padding: 0 16px;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate .xilaImg {
    float: right;
    margin-top: 16px;
    /* margin-right:16px */
}

.ModuleCustomFormGiant.layout-101 .pcCitybox select {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    height: 34px;
    line-height: 34px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    cursor: pointer;
    background: url(../fonts/5832073a0662450da2ce54626f3a8115.woff);
}
#module_404318137 >.module_404318137 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_404318137 >.module_404318137{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_404318137 .BodyCenter.BodyCenter404318137 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404318137 .BodyCenter.BodyCenter404318137 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.7637%;
}
}
@media screen and (min-width: 768px){
#module_404318137 >.module_404318137 {
margin-top:12.5257%;
margin-left:2.2587%;
margin-right:7.5975%;
margin-bottom:16.2218%;
}
}
@media screen and (max-width: 767px){
#module_404318137 >.module_404318137 {
margin-top:3.4582%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_404318137 >.module_404318137 {box-shadow: 0px 0px 0px 0px #ccc}
#module_404318137:hover {
border:none;
}
#module_404318137:hover >.module_404318137 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_404318137 .BodyCenter{text-align:center;}
#module_404318137 .moduleButton{font-size:11px;}
#module_404318137 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_404318137 .moduleButton{color:#fff;}
#module_404318137 .moduleButton{font-weight:normal;}
#module_404318137 .moduleButton{text-decoration:none;}
#module_404318137 .moduleButton{font-style:normal;}
#module_404318137 .moduleButton, #module_404318137 .moduleButton:before{background-color:rgb(68, 129, 202);}
#module_404318137 .moduleButton, #module_404318137 .moduleButton:before{}
#module_404318137 .moduleButton, #module_404318137 .moduleButton:before{}
#module_404318137 .moduleButton, #module_404318137 .moduleButton:before{}
#module_404318137 .moduleButton, #module_404318137 .moduleButton:before{}
#module_404318137 .moduleButton, #module_404318137 .moduleButton:before{}
#module_404318137 .moduleButton{border-color:#000;}
#module_404318137 .moduleButton{border-style:solid;}
#module_404318137 .moduleButton{border-width:0px;}
#module_404318137 .moduleButton{width:160px;}
#module_404318137 .moduleButton,#module_404318137 .BreadsvgIcon{height:50px;line-height:50px;}
#module_404318137 .BodyCenter{color:#fff;}
#module_404318137 .moduleButton{border-top-left-radius:0px;}
#module_404318137 .moduleButton{border-top-right-radius:0px;}
#module_404318137 .moduleButton{border-bottom-left-radius:0px;}
#module_404318137 .moduleButton{border-bottom-right-radius:0px;}
#module_404318137 .BreadIcon{font-size:16px;} #module_404318137 .BreadsvgIcon svg{width:16px;height:16px;}
#module_404318137 .BreadIcon{color:#fff;} #module_404318137 .BreadsvgIcon svg>*{fill:#fff;}
#module_404318137 .BreadIcon,#module_404318137 .BreadsvgIcon{margin-left:10px;}
#module_404318137 .BreadIcon,#module_404318137 .BreadsvgIcon{margin-right:10px;}
#module_404318137 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_404318137 .moduleButton:hover .BreadIcon{font-size:16px;} #module_404318137 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_404318137 .moduleButton:hover .BreadIcon{color:#fff} #module_404318137 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_404318137 .moduleButton:hover{font-size:11px;}
#module_404318137 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_404318137 .moduleButton:hover{color:#fff;}
#module_404318137 .moduleButton:hover{font-weight:normal;}
#module_404318137 .moduleButton:hover{text-decoration:none;}
#module_404318137 .moduleButton:hover{font-style:normal;}
#module_404318137 .moduleButton:hover, #module_404318137 .moduleButton:hover:before{background-image: unset;background-color:rgb(0, 59, 136);}
#module_404318137 .moduleButton:hover, #module_404318137 .moduleButton:hover:before{}
#module_404318137 .moduleButton:hover, #module_404318137 .moduleButton:hover:before{}
#module_404318137 .moduleButton:hover, #module_404318137 .moduleButton:hover:before{}
#module_404318137 .moduleButton:hover, #module_404318137 .moduleButton:hover:before{}
#module_404318137 .moduleButton:hover, #module_404318137 .moduleButton:hover:before{}
#module_404318137 .moduleButton:hover{border-color:transparent;}
#module_404318137 .moduleButton:hover{border-style:solid;}
#module_404318137 .moduleButton:hover{border-width:0px;}
#module_404318137 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}

.module_404362377 .ModuleHead .HeadCenter{float:none;}
#module_404362377 {
padding:0px;
}
#module_404362377 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_404362377 .ModuleHead404362377 {
display:none;
}

#module_404362377 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{background-color:#fff;}
#module_404362377 .slidegiant-container .slideshow-1 .slide_button{height:82px;}
#module_404362377 .slidegiant-container .slideshow-1 .slide_button{width:81px;}
#module_404362377 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background-color:rgba(0, 0, 0, 0.21);}
#module_404362377 .SubContainer {}


.module_390311505 .ModuleHead .HeadCenter{float:none;}
#module_390311505 {
padding:0px;
}
#module_390311505 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_390311505 .ModuleHead390311505 {
display:none;
}
#module_390311505 .BodyCenter.BodyCenter390311505 {
background:none;background-color:rgba(0,0,0,0);
}
#module_390311505 >.module_390311505 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_390311505 >.module_390311505{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_390311505 .BodyCenter.BodyCenter390311505 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390311505 .BodyCenter.BodyCenter390311505 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_390311505 >.module_390311505 {
margin-top:5.3220%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390311505 >.module_390311505 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_390311505 >.module_390311505 {box-shadow: 0px 0px 0px 0px #ccc}
#module_390311505:hover {
border:none;
}
#module_390311505:hover >.module_390311505 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_390311505 .ModuleSubContainer{background-color:transparent;}
#module_390311505 .ModuleSubContainer{background-image:none;}
#module_390311505 .ModuleSubContainer{background-repeat:no-repeat;}
#module_390311505 .ModuleSubContainer{background-position:0% 0%;}
#module_390311505 .ModuleSubContainer{background-attachment:scroll;}
#module_390311505 .ModuleSubContainer{}
#module_390311505 {!bgVideo!}{bgVideoUrl:}
#module_390311505 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_390311505 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_390311505 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer390311505 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer390311505 .SubPadding {width:0px;}
.module_389619029 .ModuleHead .HeadCenter{float:none;}
#module_389619029 {
padding:0px;
}
#module_389619029 {
position:static;
z-index:0;
top:747px;
left:261px;
width:100%;
height: auto;
}
#module_389619029 .ModuleHead389619029 {
display:none;
}
#module_389619029 .BodyCenter.BodyCenter389619029 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389619029 >.module_389619029 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389619029 >.module_389619029{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389619029 .BodyCenter.BodyCenter389619029 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389619029 .BodyCenter.BodyCenter389619029 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_389619029 >.module_389619029 {
margin-top:14.9701%;
margin-left:0.0000%;
margin-right:27.8443%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389619029 >.module_389619029 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_389619029 >.module_389619029 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389619029:hover {
border:none;
}
#module_389619029:hover >.module_389619029 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389619029 .ModuleImageTextGiantContent{margin-top:0px;}
#module_389619029 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_389619029 .ModuleImageTextGiantContent{margin-left:0px;}
#module_389619029 .ModuleImageTextGiantContent{margin-right:0px;}
#module_389619029 .imageTextGiant-Container{padding-top:10px;}
#module_389619029 .imageTextGiant-Container{padding-bottom:10px;}
#module_389619029 .imageTextGiant-Container{padding-left:10px;}
#module_389619029 .imageTextGiant-Container{padding-right:10px;}
#module_389619029 .showHandle .btn{font-size:14px;}
#module_389619029 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_389619029 .showHandle .btn{color:#333;}
#module_389619029 .showHandle .btn{font-weight:400;}
#module_389619029 .showHandle .btn{text-decoration:none;}
#module_389619029 .showHandle .btn{font-style:normal;}
#module_389619029 .showHandle div{border-top-color:#ddd !important;}
#module_389619029 .showHandle div{border-top-style:solid !important;}
#module_389619029 .showHandle div{border-top-width:1px !important;}
#module_389619029 .showHandle{background-color:transparent;}
#module_389619029 .showHandle{background-image:none;}
#module_389619029 .showHandle{background-repeat:no-repeat;}
#module_389619029 .showHandle{}
#module_389619029 .showHandle{}
#module_389619029 .showHandle{}
#module_389619029 a{font-size:unset;font-family:unset}
.module_389619030 .ModuleHead .HeadCenter{float:none;}
#module_389619030 {
padding:0px;
}
#module_389619030 {
position:static;
z-index:0;
top:793px;
left:203px;
width:100%;
height: auto;
}
#module_389619030 .ModuleHead389619030 {
display:none;
}
#module_389619030 .BodyCenter.BodyCenter389619030 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389619030 >.module_389619030 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389619030 >.module_389619030{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389619030 .BodyCenter.BodyCenter389619030 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389619030 .BodyCenter.BodyCenter389619030 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_389619030 >.module_389619030 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389619030 >.module_389619030 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_389619030 >.module_389619030 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389619030:hover {
border:none;
}
#module_389619030:hover >.module_389619030 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389619030 .ModuleImageTextGiantContent{margin-top:0px;}
#module_389619030 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_389619030 .ModuleImageTextGiantContent{margin-left:0px;}
#module_389619030 .ModuleImageTextGiantContent{margin-right:0px;}
#module_389619030 .imageTextGiant-Container{padding-top:10px;}
#module_389619030 .imageTextGiant-Container{padding-bottom:10px;}
#module_389619030 .imageTextGiant-Container{padding-left:10px;}
#module_389619030 .imageTextGiant-Container{padding-right:10px;}
#module_389619030 .showHandle .btn{font-size:14px;}
#module_389619030 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_389619030 .showHandle .btn{color:#333;}
#module_389619030 .showHandle .btn{font-weight:400;}
#module_389619030 .showHandle .btn{text-decoration:none;}
#module_389619030 .showHandle .btn{font-style:normal;}
#module_389619030 .showHandle div{border-top-color:#ddd !important;}
#module_389619030 .showHandle div{border-top-style:solid !important;}
#module_389619030 .showHandle div{border-top-width:1px !important;}
#module_389619030 .showHandle{background-color:transparent;}
#module_389619030 .showHandle{background-image:none;}
#module_389619030 .showHandle{background-repeat:no-repeat;}
#module_389619030 .showHandle{}
#module_389619030 .showHandle{}
#module_389619030 .showHandle{}
#module_389619030 a{font-size:unset;font-family:unset}
.module_389619089 .ModuleHead .HeadCenter{float:none;}
#module_389619089 {
padding:0px;
}
#module_389619089 {
position:static;
z-index:0;
top:840px;
left:189px;
width:100%;
height: auto;
}
#module_389619089 .ModuleHead389619089 {
display:none;
}
#module_389619089 .BodyCenter.BodyCenter389619089 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389619089 >.module_389619089 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389619089 >.module_389619089{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389619089 .BodyCenter.BodyCenter389619089 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389619089 .BodyCenter.BodyCenter389619089 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_389619089 >.module_389619089 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:30.2658%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389619089 >.module_389619089 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_389619089 >.module_389619089 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389619089:hover {
border:none;
}
#module_389619089:hover >.module_389619089 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389619089 .ModuleImageTextGiantContent{margin-top:0px;}
#module_389619089 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_389619089 .ModuleImageTextGiantContent{margin-left:0px;}
#module_389619089 .ModuleImageTextGiantContent{margin-right:0px;}
#module_389619089 .imageTextGiant-Container{padding-top:10px;}
#module_389619089 .imageTextGiant-Container{padding-bottom:10px;}
#module_389619089 .imageTextGiant-Container{padding-left:10px;}
#module_389619089 .imageTextGiant-Container{padding-right:10px;}
#module_389619089 .showHandle .btn{font-size:14px;}
#module_389619089 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_389619089 .showHandle .btn{color:#333;}
#module_389619089 .showHandle .btn{font-weight:400;}
#module_389619089 .showHandle .btn{text-decoration:none;}
#module_389619089 .showHandle .btn{font-style:normal;}
#module_389619089 .showHandle div{border-top-color:#ddd !important;}
#module_389619089 .showHandle div{border-top-style:solid !important;}
#module_389619089 .showHandle div{border-top-width:1px !important;}
#module_389619089 .showHandle{background-color:transparent;}
#module_389619089 .showHandle{background-image:none;}
#module_389619089 .showHandle{background-repeat:no-repeat;}
#module_389619089 .showHandle{}
#module_389619089 .showHandle{}
#module_389619089 .showHandle{}
#module_389619089 a{font-size:unset;font-family:unset}
.module_389618933 .ModuleHead .HeadCenter{float:none;}
#module_389618933 {
padding:0px;
}
#module_389618933 {
position:static;
z-index:0;
top:853px;
left:219px;
width:100%;
height: auto;
}
#module_389618933 .ModuleHead389618933 {
display:none;
}
#module_389618933 .BodyCenter.BodyCenter389618933 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389618933 >.module_389618933 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389618933 >.module_389618933{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389618933 .BodyCenter.BodyCenter389618933 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389618933 .BodyCenter.BodyCenter389618933 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_389618933 >.module_389618933 {
margin-top:12.5257%;
margin-left:2.2587%;
margin-right:7.5975%;
margin-bottom:16.2218%;
}
}
@media screen and (max-width: 767px){
#module_389618933 >.module_389618933 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_389618933 >.module_389618933 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389618933:hover {
border:none;
}
#module_389618933:hover >.module_389618933 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389618933 .BodyCenter{text-align:left;}
#module_389618933 .moduleButton{font-size:11px;}
#module_389618933 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_389618933 .moduleButton{color:#fff;}
#module_389618933 .moduleButton{font-weight:normal;}
#module_389618933 .moduleButton{text-decoration:none;}
#module_389618933 .moduleButton{font-style:normal;}
#module_389618933 .moduleButton, #module_389618933 .moduleButton:before{background-color:rgb(68, 129, 202);}
#module_389618933 .moduleButton, #module_389618933 .moduleButton:before{}
#module_389618933 .moduleButton, #module_389618933 .moduleButton:before{}
#module_389618933 .moduleButton, #module_389618933 .moduleButton:before{}
#module_389618933 .moduleButton, #module_389618933 .moduleButton:before{}
#module_389618933 .moduleButton, #module_389618933 .moduleButton:before{}
#module_389618933 .moduleButton{border-color:#000;}
#module_389618933 .moduleButton{border-style:solid;}
#module_389618933 .moduleButton{border-width:0px;}
#module_389618933 .moduleButton{width:160px;}
#module_389618933 .moduleButton,#module_389618933 .BreadsvgIcon{height:50px;line-height:50px;}
#module_389618933 .BodyCenter{color:#fff;}
#module_389618933 .moduleButton{border-top-left-radius:0px;}
#module_389618933 .moduleButton{border-top-right-radius:0px;}
#module_389618933 .moduleButton{border-bottom-left-radius:0px;}
#module_389618933 .moduleButton{border-bottom-right-radius:0px;}
#module_389618933 .BreadIcon{font-size:16px;} #module_389618933 .BreadsvgIcon svg{width:16px;height:16px;}
#module_389618933 .BreadIcon{color:#fff;} #module_389618933 .BreadsvgIcon svg>*{fill:#fff;}
#module_389618933 .BreadIcon,#module_389618933 .BreadsvgIcon{margin-left:10px;}
#module_389618933 .BreadIcon,#module_389618933 .BreadsvgIcon{margin-right:10px;}
#module_389618933 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_389618933 .moduleButton:hover .BreadIcon{font-size:16px;} #module_389618933 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_389618933 .moduleButton:hover .BreadIcon{color:#fff} #module_389618933 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_389618933 .moduleButton:hover{font-size:11px;}
#module_389618933 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_389618933 .moduleButton:hover{color:#fff;}
#module_389618933 .moduleButton:hover{font-weight:normal;}
#module_389618933 .moduleButton:hover{text-decoration:none;}
#module_389618933 .moduleButton:hover{font-style:normal;}
#module_389618933 .moduleButton:hover, #module_389618933 .moduleButton:hover:before{background-image: unset;background-color:rgb(0, 59, 136);}
#module_389618933 .moduleButton:hover, #module_389618933 .moduleButton:hover:before{}
#module_389618933 .moduleButton:hover, #module_389618933 .moduleButton:hover:before{}
#module_389618933 .moduleButton:hover, #module_389618933 .moduleButton:hover:before{}
#module_389618933 .moduleButton:hover, #module_389618933 .moduleButton:hover:before{}
#module_389618933 .moduleButton:hover, #module_389618933 .moduleButton:hover:before{}
#module_389618933 .moduleButton:hover{border-color:transparent;}
#module_389618933 .moduleButton:hover{border-style:solid;}
#module_389618933 .moduleButton:hover{border-width:0px;}
#module_389618933 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}

.ModuleGridContainer.ModuleGridContainer390311505 #Sub390311505_1 {width:17.7980%;}
.module_396179024 .ModuleHead .HeadCenter{float:none;}
#module_396179024 {
padding:0px;
}
#module_396179024 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_396179024 .ModuleHead396179024 {
display:none;
}


.ModuleImageGiant.layout-104 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-104 img{
	margin: auto;
    max-width: 100%;
	border: none;
}
.ModuleImageGiant.layout-104 .Imagetitl{
	display: none;
	position: absolute;
	height: 40px;
	line-height: 40px;
	text-align: center;	
	color:#fff;
	background: rgba(0,0,0,.7);
}
.ModuleImageGiant.layout-104 .showShadeBottom{line-height: 40px;font-size: 14px}
@media (max-width: 767px) {
	.ModuleImageGiant.layout-104 .Imagetitl{
		display: block!important;
		height: 40px!important;
	}
	.ModuleImageGiant.layout-104 .hideShadeBottom{position: absolute;font-size: 14px}
} .module_390958189 .ModuleHead .HeadCenter{float:none;}
#module_390958189 {
padding:0px;
}
#module_390958189 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_390958189 .ModuleHead390958189 {
display:none;
}
#module_390958189 {
border:none;
}
@media screen and (min-width: 768px){
#module_390958189 >.module_390958189 {
margin-top:9.3548%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390958189 >.module_390958189 {
}
}

#module_390958189 img{border-top-color:transparent;}
#module_390958189 img{border-top-style:none;}
#module_390958189 img{border-top-width:0px;}
#module_390958189 img{border-right-color:transparent;}
#module_390958189 img{border-right-style:none;}
#module_390958189 img{border-right-width:0px;}
#module_390958189 img{border-bottom-color:transparent;}
#module_390958189 img{border-bottom-style:none;}
#module_390958189 img{border-bottom-width:0px;}
#module_390958189 img{border-left-color:transparent;}
#module_390958189 img{border-left-style:none;}
#module_390958189 img{border-left-width:0px;}
#module_390958189 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer390311505 #Sub390311505_2 {width:16.5152%;}
.module_390983042 .ModuleHead .HeadCenter{float:none;}
#module_390983042 {
padding:0px;
}
#module_390983042 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_390983042 .ModuleHead390983042 {
display:none;
}
#module_390983042 {
border:none;
}
@media screen and (min-width: 768px){
#module_390983042 >.module_390983042 {
margin-top:31.4935%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390983042 >.module_390983042 {
}
}

#module_390983042 img{border-top-color:transparent;}
#module_390983042 img{border-top-style:none;}
#module_390983042 img{border-top-width:0px;}
#module_390983042 img{border-right-color:transparent;}
#module_390983042 img{border-right-style:none;}
#module_390983042 img{border-right-width:0px;}
#module_390983042 img{border-bottom-color:transparent;}
#module_390983042 img{border-bottom-style:none;}
#module_390983042 img{border-bottom-width:0px;}
#module_390983042 img{border-left-color:transparent;}
#module_390983042 img{border-left-style:none;}
#module_390983042 img{border-left-width:0px;}
#module_390983042 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer390311505 #Sub390311505_3 {width:16.4083%;}
.module_390983240 .ModuleHead .HeadCenter{float:none;}
#module_390983240 {
padding:0px;
}
#module_390983240 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_390983240 .ModuleHead390983240 {
display:none;
}
#module_390983240 {
border:none;
}
@media screen and (min-width: 768px){
#module_390983240 >.module_390983240 {
margin-top:31.2903%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390983240 >.module_390983240 {
}
}

#module_390983240 img{border-top-color:transparent;}
#module_390983240 img{border-top-style:none;}
#module_390983240 img{border-top-width:0px;}
#module_390983240 img{border-right-color:transparent;}
#module_390983240 img{border-right-style:none;}
#module_390983240 img{border-right-width:0px;}
#module_390983240 img{border-bottom-color:transparent;}
#module_390983240 img{border-bottom-style:none;}
#module_390983240 img{border-bottom-width:0px;}
#module_390983240 img{border-left-color:transparent;}
#module_390983240 img{border-left-style:none;}
#module_390983240 img{border-left-width:0px;}
#module_390983240 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer390311505 #Sub390311505_4 {width:16.5152%;}
.module_390983390 .ModuleHead .HeadCenter{float:none;}
#module_390983390 {
padding:0px;
}
#module_390983390 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_390983390 .ModuleHead390983390 {
display:none;
}
#module_390983390 {
border:none;
}
@media screen and (min-width: 768px){
#module_390983390 >.module_390983390 {
margin-top:33.4437%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390983390 >.module_390983390 {
}
}

#module_390983390 img{border-top-color:transparent;}
#module_390983390 img{border-top-style:none;}
#module_390983390 img{border-top-width:0px;}
#module_390983390 img{border-right-color:transparent;}
#module_390983390 img{border-right-style:none;}
#module_390983390 img{border-right-width:0px;}
#module_390983390 img{border-bottom-color:transparent;}
#module_390983390 img{border-bottom-style:none;}
#module_390983390 img{border-bottom-width:0px;}
#module_390983390 img{border-left-color:transparent;}
#module_390983390 img{border-left-style:none;}
#module_390983390 img{border-left-width:0px;}
#module_390983390 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer390311505 #Sub390311505_5 {width:16.0877%;}
.module_391033004 .ModuleHead .HeadCenter{float:none;}
#module_391033004 {
padding:0px;
}
#module_391033004 {
position:static;
z-index:0;
top:932px;
left:154px;
width:100%;
height: auto;
}
#module_391033004 .ModuleHead391033004 {
display:none;
}
#module_391033004 .BodyCenter.BodyCenter391033004 {
background:none;background-color:rgba(0,0,0,0);
}
#module_391033004 >.module_391033004 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_391033004 >.module_391033004{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_391033004 .BodyCenter.BodyCenter391033004 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_391033004 .BodyCenter.BodyCenter391033004 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_391033004 >.module_391033004 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_391033004 >.module_391033004 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_391033004 >.module_391033004 {box-shadow: 0px 0px 0px 0px #ccc}
#module_391033004:hover {
border:none;
}
#module_391033004:hover >.module_391033004 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_391033004 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{background-color:#fff;}
#module_391033004 .slidegiant-container .slideshow-1 .slide_button{height:82px;}
#module_391033004 .slidegiant-container .slideshow-1 .slide_button{width:81px;}
#module_391033004 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background-color:rgba(0, 0, 0, 0.21);}
#module_391033004 .SubContainer {}

.ModuleGridContainer.ModuleGridContainer390311505 #Sub390311505_6 {width:16.6756%;}

.module_390823206 .ModuleHead .HeadCenter{float:none;}
#module_390823206 {
padding:0px;
}
#module_390823206 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_390823206 .ModuleHead390823206 {
display:none;
}
#module_390823206 .BodyCenter.BodyCenter390823206 {
background:none;background-color:rgba(0,0,0,0);
}
#module_390823206 >.module_390823206 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_390823206 >.module_390823206{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_390823206 .BodyCenter.BodyCenter390823206 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390823206 .BodyCenter.BodyCenter390823206 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_390823206 >.module_390823206 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390823206 >.module_390823206 {
margin-top:5.7637%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_390823206 >.module_390823206 {box-shadow: 0px 0px 0px 0px #ccc}
#module_390823206:hover {
border:none;
}
#module_390823206:hover >.module_390823206 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_390823206 .ModuleSubContainer{background-color:transparent;}
#module_390823206 .ModuleSubContainer{background-image:none;}
#module_390823206 .ModuleSubContainer{background-repeat:no-repeat;}
#module_390823206 .ModuleSubContainer{background-position:0% 0%;}
#module_390823206 .ModuleSubContainer{background-attachment:scroll;}
#module_390823206 .ModuleSubContainer{}
#module_390823206 {!bgVideo!}{bgVideoUrl:}
#module_390823206 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_390823206 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_390823206 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer390823206 {max-width:none;width:100%;}
.module_390823213 .ModuleHead .HeadCenter{float:none;}
#module_390823213 {
padding:0px;
}
#module_390823213 {
position:static;
z-index:0;
top:732px;
left:494px;
width:100%;
height: auto;
}
#module_390823213 .ModuleHead390823213 {
display:none;
}
#module_390823213 .BodyCenter.BodyCenter390823213 {
background:none;background-color:rgba(0,0,0,0);
}
#module_390823213 >.module_390823213 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_390823213 >.module_390823213{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_390823213 .BodyCenter.BodyCenter390823213 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390823213 .BodyCenter.BodyCenter390823213 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_390823213 >.module_390823213 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390823213 >.module_390823213 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_390823213 >.module_390823213 {box-shadow: 0px 0px 0px 0px #ccc}
#module_390823213:hover {
border:none;
}
#module_390823213:hover >.module_390823213 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_390823213 .ModulePlainTextGiantContent{margin-top:0px;}
#module_390823213 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_390823213 .ModulePlainTextGiantContent{margin-left:0px;}
#module_390823213 .ModulePlainTextGiantContent{margin-right:10px;}
#module_390823213 .plainTextGiant-Container{padding-top:10px;}
#module_390823213 .plainTextGiant-Container{padding-bottom:10px;}
#module_390823213 .plainTextGiant-Container{padding-left:10px;}
#module_390823213 .plainTextGiant-Container{padding-right:10px;}
#module_390823213 a{font-size:unset;font-family:unset}
.ModuleButtonGiant.layout-101 .moduleButton{
    background-color: #f10251;
    font-size: 14px;
    height: 40px;
    border-radius:20px;
    width:100px;
    color:#fff;
    text-align: center;
    line-height: 40px;
    overflow:hidden;
    cursor: pointer;
	max-width:100%;
    box-sizing: border-box;
    display: inline-table;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.ModuleButtonGiant.layout-101 .BreadsvgIcon{
    flex-direction: column;
    justify-content: center;
}
.ModuleButtonGiant.layout-101 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-101 .BreadIcon{
    font-size: 16px;
}

.ModuleButtonGiant.layout-101 .moduleButton:hover{
    background-color: #e50b1c;
}

.ModuleButtonGiant.layout-101:hover .moduleButton:before{
    background-color:#000
}
.ModuleButtonGiant.layout-101 .buttonbox{
	display: flex;
    justify-content: center;
    align-items: center;
}
.ModuleButtonGiant.layout-101 .buttonbox > span{
	display:inline-flex;
}
.module_390823226 .ModuleHead .HeadCenter{float:none;}
#module_390823226 {
padding:0px;
}
#module_390823226 {
position:static;
z-index:0;
top:760px;
left:1529px;
width:100%;
height: auto;
}
#module_390823226 .ModuleHead390823226 {
display:none;
}
#module_390823226 {
border:none;
}
@media screen and (min-width: 768px){
#module_390823226 >.module_390823226 {
margin-top:0.0000%;
margin-left:85.6838%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390823226 >.module_390823226 {
margin-top:0.0000%;
margin-left:39.6552%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_390823226 .BodyCenter{text-align:left;}
#module_390823226 .moduleButton{font-size:14px;}
#module_390823226 .moduleButton{font-family:;}
#module_390823226 .moduleButton{color:#fff;}
#module_390823226 .moduleButton{font-weight:normal;}
#module_390823226 .moduleButton{text-decoration:none;}
#module_390823226 .moduleButton{font-style:normal;}
#module_390823226 .moduleButton, #module_390823226 .moduleButton:before{background-color:#2196f3;}
#module_390823226 .moduleButton, #module_390823226 .moduleButton:before{}
#module_390823226 .moduleButton, #module_390823226 .moduleButton:before{}
#module_390823226 .moduleButton, #module_390823226 .moduleButton:before{}
#module_390823226 .moduleButton, #module_390823226 .moduleButton:before{}
#module_390823226 .moduleButton, #module_390823226 .moduleButton:before{}
#module_390823226 .moduleButton{border-color:#000;}
#module_390823226 .moduleButton{border-style:none;}
#module_390823226 .moduleButton{border-width:0px;}
#module_390823226 .moduleButton{border-top-left-radius:50px;}
#module_390823226 .moduleButton{border-top-right-radius:50px;}
#module_390823226 .moduleButton{border-bottom-left-radius:50px;}
#module_390823226 .moduleButton{border-bottom-right-radius:50px;}
#module_390823226 .moduleButton{width:100px;}
#module_390823226 .moduleButton,#module_390823226 .BreadsvgIcon{height:40px;line-height:40px;}
#module_390823226 .BodyCenter{color:#fff;}
#module_390823226 .BreadIcon{font-size:16px;} #module_390823226 .BreadsvgIcon svg{width:16px;height:16px;}
#module_390823226 .BreadIcon{color:#fff;} #module_390823226 .BreadsvgIcon svg>*{fill:#fff;}
#module_390823226 .BreadIcon,#module_390823226 .BreadsvgIcon{margin-left:10px;}
#module_390823226 .BreadIcon,#module_390823226 .BreadsvgIcon{margin-right:10px;}
#module_390823226 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_390823226 .moduleButton:hover .BreadIcon{font-size:16px;} #module_390823226 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_390823226 .moduleButton:hover .BreadIcon{color:#fff} #module_390823226 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_390823226 .moduleButton:hover{font-size:14px;}
#module_390823226 .moduleButton:hover{font-family:;}
#module_390823226 .moduleButton:hover{color:#fff !important;}
#module_390823226 .moduleButton:hover{font-weight:normal;}
#module_390823226 .moduleButton:hover{text-decoration:none;}
#module_390823226 .moduleButton:hover{font-style:normal;}
#module_390823226 .moduleButton:hover, #module_390823226 .moduleButton.float:hover{background-image: unset;background-color:#1976d2;}
#module_390823226 .moduleButton:hover, #module_390823226 .moduleButton.float:hover{}
#module_390823226 .moduleButton:hover, #module_390823226 .moduleButton.float:hover{}
#module_390823226 .moduleButton:hover, #module_390823226 .moduleButton.float:hover{}
#module_390823226 .moduleButton:hover, #module_390823226 .moduleButton.float:hover{}
#module_390823226 .moduleButton:hover, #module_390823226 .moduleButton.float:hover{}
#module_390823226 .moduleButton:hover{border-color:#000;} #module_390823226 .moduleButton.float:hover{border-color:#000;}
#module_390823226 .moduleButton:hover{border-style:none;} #module_390823226 .moduleButton.float:hover{border-style:none;}
#module_390823226 .moduleButton:hover{border-width:0px;}  #module_390823226 .moduleButton.float:hover{border-width:0px;}
#module_390823226 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}


.module_390822763 .ModuleHead .HeadCenter{float:none;}
#module_390822763 {
padding:0px;
}
#module_390822763 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_390822763 .ModuleHead390822763 {
display:none;
}
#module_390822763 .BodyCenter.BodyCenter390822763 {
background:none;background-color:rgba(0,0,0,0);
}
#module_390822763 >.module_390822763 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_390822763 >.module_390822763{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_390822763 .BodyCenter.BodyCenter390822763 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390822763 .BodyCenter.BodyCenter390822763 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_390822763 >.module_390822763 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390822763 >.module_390822763 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_390822763 >.module_390822763 {box-shadow: 0px 0px 0px 0px #ccc}
#module_390822763:hover {
border:none;
}
#module_390822763:hover >.module_390822763 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_390822763 .ModuleSubContainer{background-color:transparent;}
#module_390822763 .ModuleSubContainer{background-image:none;}
#module_390822763 .ModuleSubContainer{background-repeat:no-repeat;}
#module_390822763 .ModuleSubContainer{background-position:0% 0%;}
#module_390822763 .ModuleSubContainer{background-attachment:scroll;}
#module_390822763 .ModuleSubContainer{}
#module_390822763 {!bgVideo!}{bgVideoUrl:}
#module_390822763 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_390822763 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_390822763 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer390822763 {max-width:none;width:100%;}
.ModuleNewsListGiant.layout-111 .news-container{
    width:100%;
    margin: 0 auto;
}
.ModuleNewsListGiant.layout-111 .news-container .news-item:nth-child(1):nth-last-child(1){
    width:100%;
    float: left;
    margin-right: 2%;
    margin-bottom:2%;
}

.ModuleNewsListGiant.layout-111 .news-container .news-item{
    width:49%;
    float: left;
    margin-right: 2%;
    margin-bottom:2%;
}

.ModuleNewsListGiant.layout-111 .news-container .news-item .rect{
    padding-top:56.3%;
   /*padding-top:100%;*/
}
/*图片部分*/
.ModuleNewsListGiant.layout-111 .news-container .news-item .news-img{
    width:41.3%;
    position:relative;
    height:auto;
    overflow:hidden;
}
.ModuleNewsListGiant.layout-111 .news-container .news-item .news-img img{
    transition:all 1s;
    height:100%;
}
.ModuleNewsListGiant.layout-111 .news-container .news-item .news-img .t-img{
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.ModuleNewsListGiant.layout-111 .news-container .news-item a{
    display:flex;
    width:100%;
    height:100%;
    flex-flow: row nowrap;
}
.ModuleNewsListGiant.layout-111 .news-container .a_label a{
    display:flex;
}
/*文字部分*/
.ModuleNewsListGiant.layout-111 .news-container .news-item .news-text{
    width:58.7%;
    position:relative;
    height:auto;
    overflow:hidden;
}
.ModuleNewsListGiant.layout-111 .news-container .news-item .news-con{
    margin: auto auto auto 18px;
    height: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-bottom:1px solid #eeeeee;
}
.ModuleNewsListGiant.layout-111 .news-container .news-item .news-con .news-title{
    font-size: 16px;
    color:#333333;
    display:inline-block;
}
.ModuleNewsListGiant.layout-111 .news-container .news-item .news-con time{
    display:block;
    float:left;
    font-size: 12px;
    color:#666666;
}
.ModuleNewsListGiant.layout-111 .news-container .news-item .news-con .news-detailbtn{
    display:block;
    float:right;
    font-size: 12px;
    color:#666666;
}
.ModuleNewsListGiant.layout-111 .news-container .news-item .news-con .news-detailbtn{
    position: absolute;
    bottom: 14px;
    right: 0;
}
.ModuleNewsListGiant.layout-111 .news-container .news-item .news-con time{
    position: absolute;
    bottom: 14px;

}
.ModuleNewsListGiant.layout-111 .staFun{
   background-color:#e50b1c;
    font-size: 14px;
    padding: 0px 2px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.ModuleNewsListGiant.layout-111 .news-title-oneline{
    overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break:break-all;
}
/*hover效果*/
.ModuleNewsListGiant.layout-111 .news-container .news-item:hover .news-title,
.ModuleNewsListGiant.layout-111 .news-container .news-item:hover .news-detailbtn
{
    color:#21bdaf;
}
.ModuleNewsListGiant.layout-111 .news-container .news-item:hover img{
    transform:scale(1.3);
}
.ModuleNewsListGiant.layout-111 .label-box {font-size: 0; margin-bottom: 36px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ModuleNewsListGiant.layout-111 .news-label {display: inline-block; font-size: 12px; color: #999; padding: 0 10px; margin-top: 18px; border-left: 1px solid #eee; line-height: 1.5;}
.ModuleNewsListGiant.layout-111 .videobox .Mantle{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}
.ModuleNewsListGiant.layout-111 .videobox .iconfont{
     display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 44px;
    color: #fff;
    transform: translate(-50%,-50%);
}
@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-111 .news-container .news-item {
        width: 100%;
    }

    .ModuleNewsListGiant.layout-111 .news-container .news-item {
        margin-bottom: 4%;
    }

    .ModuleNewsListGiant.layout-111 .staFun:nth-child(2) {
        margin-right: 6px;
    }

    .ModuleNewsListGiant.layout-111 .news-container .news-item .news-con time {
        bottom: 7px;
    }

    .ModuleNewsListGiant.layout-111 .news-container .news-item .news-con .news-detailbtn {
        bottom: 7px;
    }
}

@media (min-width: 768px) {
    .ModuleNewsListGiant.layout-111 .news-container .news-item:nth-child(2n) {
        margin-right: 0;
    }
}
.ModuleNewsListGiant.layout-111 .pagerGiant .inputer{outline: 0;}
.module_390822793 .ModuleHead .HeadCenter{float:none;}
#module_390822793 {
padding:0px;
}
#module_390822793 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_390822793 .ModuleHead390822793 {
display:none;
}

#module_390822793 .videobox .iconfont{font-size:px;}
#module_390822793 {}@media (max-width: 767px) { #module_390822793 .videobox .iconfont{font-size:px;}}
#module_390822793 .news-item{background-color:transparent;}
#module_390822793 .news-item{}
#module_390822793 .news-item{background-repeat:no-repeat;}
#module_390822793 .news-item{}
#module_390822793 .news-item{}
#module_390822793 .news-item{}
#module_390822793 .news-item{border-top-color:transparent;}
#module_390822793 .news-item{border-top-style:none;}
#module_390822793 .news-item{border-top-width:0px;}
#module_390822793 .news-item{border-right-color:transparent;}
#module_390822793 .news-item{border-right-style:none;}
#module_390822793 .news-item{border-right-width:0px;}
#module_390822793 .news-item{border-bottom-color:transparent;}
#module_390822793 .news-item{border-bottom-style:none;}
#module_390822793 .news-item{border-bottom-width:0px;}
#module_390822793 .news-item{border-left-color:transparent;}
#module_390822793 .news-item{border-left-style:none;}
#module_390822793 .news-item{border-left-width:0px;}
#module_390822793 .news-img .rect{background-color:transparent;}
#module_390822793 .news-img .rect{}
#module_390822793 .news-img .rect{background-repeat:no-repeat;}
#module_390822793 .news-img .rect{}
#module_390822793 .news-img .rect{}
#module_390822793 .news-img .rect{}
#module_390822793 .news-img{width:41.3%;}  #module_390822793 .news-text{width:calc(100% - 41.3%);}
#module_390822793 {}@media (max-width: 767px) {#module_390822793 .news-img{width:41.3%;} #module_390822793 .news-text{width:calc(100% - 41.3%);}}
#module_390822793 .news-img .rect{padding-top:auto;}
#module_390822793 .news-img .t-img{ object-fit:cover;}
#module_390822793 .news-img .t-img{ width:100%;}
#module_390822793 .news-img .t-img{ height:100%;}
#module_390822793 .news-img .t-img{border-radius:0px;}
#module_390822793 .news-title{font-size:16px;}
#module_390822793 .news-title{font-family:;}
#module_390822793 .news-title{color:#333;}
#module_390822793 .news-title{font-weight:normal;}
#module_390822793 .news-title{text-decoration:none;}
#module_390822793 .news-title{font-style:normal;}
#module_390822793 .news-title{margin-top:0px;}
#module_390822793 .news-title{margin-bottom:0px;}
#module_390822793 .news-title{margin-left:0px;}
#module_390822793 .news-title{margin-right:0px;}
#module_390822793 time{font-size:12px;}
#module_390822793 time{font-family:;}
#module_390822793 time{color:#666;}
#module_390822793 time{font-weight:normal;}
#module_390822793 time{text-decoration:none;}
#module_390822793 time{font-style:normal;}
#module_390822793 .news-con{border-bottom-color:#ccc;}
#module_390822793 .news-con{border-bottom-style:solid;}
#module_390822793 .news-con{border-bottom-width:1px;}
#module_390822793 .news-detailbtn{color:#666;}
#module_390822793 .news-detailbtn{font-size:12px;}
#module_390822793 .news-detailbtn{font-family:;}
#module_390822793 .news-detailbtn{font-weight:normal;}
#module_390822793 .news-detailbtn{text-decoration:none;}
#module_390822793 .news-detailbtn{font-style:normal;}
#module_390822793 .news-detailbtn{color:#ddd;}
#module_390822793 .news-label a{font-size:12px;}
#module_390822793 .news-label a{font-family:;}
#module_390822793 .news-label a{color:#999;}
#module_390822793 .news-label a{font-weight:normal;}
#module_390822793 .news-label a{text-decoration:none;}
#module_390822793 .news-label a{font-style:normal;}
#module_390822793 .news-label{margin-top:18px;}
#module_390822793 .news-label{margin-bottom:0px;}
#module_390822793 .news-label{margin-left:0px;}
#module_390822793 .news-label{margin-right:0px;}
#module_390822793 .news-label{padding-top:0px;}
#module_390822793 .news-label{padding-bottom:0px;}
#module_390822793 .news-label{padding-left:10px;}
#module_390822793 .news-label{padding-right:10px;}
#module_390822793 .news-label{background-color:rgba(255, 255, 255, 0);}
#module_390822793 .news-label{}
#module_390822793 .news-label{background-repeat:no-repeat;}
#module_390822793 .news-label{}
#module_390822793 .news-label{}
#module_390822793 .news-label{}
#module_390822793 .news-label{border-top-color:transparent;}
#module_390822793 .news-label{border-top-style:none;}
#module_390822793 .news-label{border-top-width:0px;}
#module_390822793 .news-label{border-right-color:transparent;}
#module_390822793 .news-label{border-right-style:none;}
#module_390822793 .news-label{border-right-width:0px;}
#module_390822793 .news-label{border-bottom-color:transparent;}
#module_390822793 .news-label{border-bottom-style:none;}
#module_390822793 .news-label{border-bottom-width:0px;}
#module_390822793 .news-label{border-left-color:#eee;}
#module_390822793 .news-label{border-left-style:solid;}
#module_390822793 .news-label{border-left-width:1px;}
#module_390822793 .pagerGiant .text{font-size:12px;}
#module_390822793 .pagerGiant .text{font-family:;}
#module_390822793 .pagerGiant .text{color:#333;}
#module_390822793 .pagerGiant .text{}
#module_390822793 .pagerGiant .text{}
#module_390822793 .pagerGiant .text{}
#module_390822793 .pagerGiant .current,#module_390822793 .pagerGiant .num,#module_390822793 .pagerGiant .inputer{width:30px}
#module_390822793 .pagerGiant .current,#module_390822793 .pagerGiant .num,#module_390822793 .pagerGiant .inputer{height:30px}
#module_390822793 .pagerGiant .num{font-size:12px;}
#module_390822793 .pagerGiant .num{font-family:;}
#module_390822793 .pagerGiant .num{color:#333;}
#module_390822793 .pagerGiant .num{}
#module_390822793 .pagerGiant .num{}
#module_390822793 .pagerGiant .num{}
#module_390822793 .pagerGiant .submit{width:55px}
#module_390822793 .pagerGiant .submit{height:30px}
#module_390822793 .pagerGiant .current,#module_390822793 .pagerGiant .num,#module_390822793 .pagerGiant .inputer,#module_390822793 .pagerGiant .submit{border-top-left-radius:0px;}
#module_390822793 .pagerGiant .current,#module_390822793 .pagerGiant .num,#module_390822793 .pagerGiant .inputer,#module_390822793 .pagerGiant .submit{border-top-right-radius:0px;}
#module_390822793 .pagerGiant .current,#module_390822793 .pagerGiant .num,#module_390822793 .pagerGiant .inputer,#module_390822793 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_390822793 .pagerGiant .current,#module_390822793 .pagerGiant .num,#module_390822793 .pagerGiant .inputer,#module_390822793 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_390822793 .pagerGiant .next,#module_390822793 .pagerGiant .splitline{color:#ccc;}
#module_390822793 .pagerGiant .num{background-color:#fff;}
#module_390822793 .pagerGiant .num, #module_390822793 .pagerGiant .inputer{border-top-color:#ccc;}
#module_390822793 .pagerGiant .num, #module_390822793 .pagerGiant .inputer{border-top-style:solid;}
#module_390822793 .pagerGiant .num, #module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit, #module_390822793 .pagerGiant .inputer{border-top-width:1px;}
#module_390822793 .pagerGiant .num, #module_390822793 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_390822793 .pagerGiant .num, #module_390822793 .pagerGiant .inputer{border-bottom-style:solid;}
#module_390822793 .pagerGiant .num, #module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit, #module_390822793 .pagerGiant .inputer{border-bottom-width:1px;}
#module_390822793 .pagerGiant .num, #module_390822793 .pagerGiant .inputer{border-left-color:#ccc;}
#module_390822793 .pagerGiant .num, #module_390822793 .pagerGiant .inputer{border-left-style:solid;}
#module_390822793 .pagerGiant .num, #module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit, #module_390822793 .pagerGiant .inputer{border-left-width:1px;}
#module_390822793 .pagerGiant .num, #module_390822793 .pagerGiant .inputer{border-right-color:#ccc;}
#module_390822793 .pagerGiant .num, #module_390822793 .pagerGiant .inputer{border-right-style:solid;}
#module_390822793 .pagerGiant .num, #module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit, #module_390822793 .pagerGiant .inputer{border-right-width:1px;}
#module_390822793 .page-more a{font-size:px;}
#module_390822793 .page-more a{font-family:;}
#module_390822793 .page-more a{color:#666 !important;}
#module_390822793 .page-more a{}
#module_390822793 .page-more a{}
#module_390822793 .page-more a{}
#module_390822793 .page-more a{background-color:#fff;}
#module_390822793 .page-more a{border-top-color:#eee;}
#module_390822793 .page-more a{border-top-style:solid;}
#module_390822793 .page-more a{border-top-width:2px;}
#module_390822793 .page-more a{border-bottom-color:#eee;}
#module_390822793 .page-more a{border-bottom-style:solid;}
#module_390822793 .page-more a{border-bottom-width:2px;}
#module_390822793 .page-more a{border-left-color:#eee;}
#module_390822793 .page-more a{border-left-style:solid;}
#module_390822793 .page-more a{border-left-width:2px;}
#module_390822793 .page-more a{border-right-color:#eee;}
#module_390822793 .page-more a{border-right-style:solid;}
#module_390822793 .page-more a{border-right-width:2px;}
#module_390822793 .news-item:hover{background-color:transparent;}
#module_390822793 .news-item:hover{}
#module_390822793 .news-item:hover{background-repeat:no-repeat;}
#module_390822793 .news-item:hover{}
#module_390822793 .news-item:hover{}
#module_390822793 .news-item:hover{}
#module_390822793 .news-item:hover .news-title{font-size:16px;}
#module_390822793 .news-item:hover .news-title{font-family:;}
#module_390822793 .news-item:hover .news-title{color:#139d8f;}
#module_390822793 .news-item:hover .news-title{font-weight:normal;}
#module_390822793 .news-item:hover .news-title{text-decoration:none;}
#module_390822793 .news-item:hover .news-title{font-style:normal;}
#module_390822793 .news-item:hover .news-detailbtn{font-size:12px;}
#module_390822793 .news-item:hover .news-detailbtn{font-family:;}
#module_390822793 .news-item:hover .news-detailbtn{color:#139d8f;}
#module_390822793 .news-item:hover .news-detailbtn{font-weight:normal;}
#module_390822793 .news-item:hover .news-detailbtn{text-decoration:none;}
#module_390822793 .news-item:hover .news-detailbtn{font-style:normal;}
#module_390822793 .news-item:hover .news-con{border-bottom-color:#eee;}
#module_390822793 .news-item:hover .news-con{border-bottom-style:solid;}
#module_390822793 .news-item:hover .news-con{border-bottom-width:1px;}
#module_390822793 .news-item:hover .news-detailbtn{color:#139d8f;}
#module_390822793 .news-label:hover a{font-size:12px;}
#module_390822793 .news-label:hover a{font-family:;}
#module_390822793 .news-label:hover a{color:#999;}
#module_390822793 .news-label:hover a{font-weight:normal;}
#module_390822793 .news-label:hover a{text-decoration:none;}
#module_390822793 .news-label:hover a{font-style:normal;}
#module_390822793 .news-label:hover{background-color:rgba(255, 255, 255, 0);}
#module_390822793 .news-label:hover{}
#module_390822793 .news-label:hover{background-repeat:no-repeat;}
#module_390822793 .news-label:hover{}
#module_390822793 .news-label:hover{}
#module_390822793 .news-label:hover{}
#module_390822793 .news-label:hover{border-top-color:transparent;}
#module_390822793 .news-label:hover{border-top-style:none;}
#module_390822793 .news-label:hover{border-right-color:transparent;}
#module_390822793 .news-label:hover{border-right-style:none;}
#module_390822793 .news-label:hover{border-bottom-color:transparent;}
#module_390822793 .news-label:hover{border-bottom-style:none;}
#module_390822793 .news-label:hover{border-left-color:#eee;}
#module_390822793 .news-label:hover{border-left-style:solid;}
#module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit{font-size:12px;}
#module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit{font-family:;}
#module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit{color:#fff;}
#module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit{}
#module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit{}
#module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit{}
#module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit{background-color:#10aa9c;}
#module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit, #module_390822793 .pagerGiant .inputer:hover{border-top-color:#10aa9c;}
#module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit, #module_390822793 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit, #module_390822793 .pagerGiant .inputer:hover{border-bottom-color:#10aa9c;}
#module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit, #module_390822793 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit, #module_390822793 .pagerGiant .inputer:hover{border-left-color:#10aa9c;}
#module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit, #module_390822793 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit, #module_390822793 .pagerGiant .inputer:hover{border-right-color:#10aa9c;}
#module_390822793 .pagerGiant .current, #module_390822793 .pagerGiant .submit, #module_390822793 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_390822793 .page-more a:hover{font-size:px;}
#module_390822793 .page-more:hover a{font-family:;}
#module_390822793 .page-more a:hover{color:#666 !important;}
#module_390822793 .page-more a:hover {}
#module_390822793 .page-more a:hover {}
#module_390822793 .page-more a:hover {}
#module_390822793 .page-more a:hover{background-color:#fff;}
#module_390822793 .page-more a:hover{border-top-color:#eee;}
#module_390822793 .page-more a:hover{border-top-style:solid;}
#module_390822793 .page-more a:hover{border-bottom-color:#eee;}
#module_390822793 .page-more a:hover{border-bottom-style:solid;}
#module_390822793 .page-more a:hover{border-left-color:#eee;}
#module_390822793 .page-more a:hover{border-left-style:solid;}
#module_390822793 .page-more a:hover{border-right-color:#eee;}
#module_390822793 .page-more a:hover{border-right-style:solid;}


.module_404298616 .ModuleHead .HeadCenter{float:none;}
#module_404298616 {
padding:0px;
}
#module_404298616 {
position:static;
z-index:0;
top:248px;
left:0px;
width:100%;
height: auto;
}
#module_404298616 .ModuleHead404298616 {
display:none;
}
#module_404298616 {
border:none;
}
@media screen and (min-width: 768px){
#module_404298616 >.module_404298616 {
margin-top:33.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404298616 >.module_404298616 {
}
}

#module_404298616 img{border-top-color:transparent;}
#module_404298616 img{border-top-style:none;}
#module_404298616 img{border-top-width:0px;}
#module_404298616 img{border-right-color:transparent;}
#module_404298616 img{border-right-style:none;}
#module_404298616 img{border-right-width:0px;}
#module_404298616 img{border-bottom-color:transparent;}
#module_404298616 img{border-bottom-style:none;}
#module_404298616 img{border-bottom-width:0px;}
#module_404298616 img{border-left-color:transparent;}
#module_404298616 img{border-left-style:none;}
#module_404298616 img{border-left-width:0px;}
#module_404298616 .BodyCenter{text-align: center;}

#module_389618950 #Sub389618950_2 {top: 50%;transform: translateY(-50%);}
.module_389618959 .ModuleHead .HeadCenter{float:none;}
#module_389618959 {
padding:0px;
}
#module_389618959 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_389618959 .ModuleHead389618959 {
display:none;
}
#module_389618959 .BodyCenter.BodyCenter389618959 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389618959 >.module_389618959 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389618959 >.module_389618959{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389618959 .BodyCenter.BodyCenter389618959 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389618959 .BodyCenter.BodyCenter389618959 {
padding-top:0.0000%;
padding-left:5.7637%;
padding-right:5.7637%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_389618959 >.module_389618959 {
margin-top:4.2758%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389618959 >.module_389618959 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_389618959 >.module_389618959 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389618959:hover {
border:none;
}
#module_389618959:hover >.module_389618959 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389618959 .ModuleSubContainer{background-color:transparent;}
#module_389618959 .ModuleSubContainer{background-image:none;}
#module_389618959 .ModuleSubContainer{background-repeat:no-repeat;}
#module_389618959 .ModuleSubContainer{background-position:0% 0%;}
#module_389618959 .ModuleSubContainer{background-attachment:scroll;}
#module_389618959 .ModuleSubContainer{}
#module_389618959 {!bgVideo!}{bgVideoUrl:}
#module_389618959 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_389618959 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_389618959 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer389618959 {max-width:1700px;width:auto;}
.module_389619038 .ModuleHead .HeadCenter{float:none;}
#module_389619038 {
padding:0px;
}
#module_389619038 {
position:static;
z-index:0;
top:187px;
left:215px;
width:100%;
height: auto;
}
#module_389619038 .ModuleHead389619038 {
display:none;
}
#module_389619038 .BodyCenter.BodyCenter389619038 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389619038 >.module_389619038 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389619038 >.module_389619038{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389619038 .BodyCenter.BodyCenter389619038 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389619038 .BodyCenter.BodyCenter389619038 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_389619038 >.module_389619038 {
margin-top:0.1765%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389619038 >.module_389619038 {
margin-top:8.6455%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_389619038 >.module_389619038 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389619038:hover {
border:none;
}
#module_389619038:hover >.module_389619038 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389619038 .ModuleImageTextGiantContent{margin-top:0px;}
#module_389619038 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_389619038 .ModuleImageTextGiantContent{margin-left:0px;}
#module_389619038 .ModuleImageTextGiantContent{margin-right:0px;}
#module_389619038 .imageTextGiant-Container{padding-top:10px;}
#module_389619038 .imageTextGiant-Container{padding-bottom:10px;}
#module_389619038 .imageTextGiant-Container{padding-left:0px;}
#module_389619038 .imageTextGiant-Container{padding-right:0px;}
#module_389619038 .showHandle .btn{font-size:14px;}
#module_389619038 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_389619038 .showHandle .btn{color:#333;}
#module_389619038 .showHandle .btn{font-weight:400;}
#module_389619038 .showHandle .btn{text-decoration:none;}
#module_389619038 .showHandle .btn{font-style:normal;}
#module_389619038 .showHandle div{border-top-color:#ddd !important;}
#module_389619038 .showHandle div{border-top-style:solid !important;}
#module_389619038 .showHandle div{border-top-width:1px !important;}
#module_389619038 .showHandle{background-color:transparent;}
#module_389619038 .showHandle{background-image:none;}
#module_389619038 .showHandle{background-repeat:no-repeat;}
#module_389619038 .showHandle{}
#module_389619038 .showHandle{}
#module_389619038 .showHandle{}
#module_389619038 a{font-size:unset;font-family:unset}
.ModuleTabContainerV2Giant.layout-111 .tabContainer.TabContainer-Container {overflow: hidden; visibility: visible;}
.ModuleTabContainerV2Giant.layout-111 .tabContainer.TabContainer-Container .tabContainerGiantGrid {flex-shrink: 0;}
div[id ^= "tab_content_clone_"] {
    display: block;
    position: absolute;
    height: 0;
    overflow: hidden;
    width: 100% !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    z-index: 900;
}
.tabContentGiant.tab-content-clone .ModuleContainer {padding: 0}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container {display: flex; position: absolute; z-index: 99; align-items: center;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav {margin: 0 20px;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav .commonLabel {width: 30px; height: 2px; float: left; background: #ccc; margin: 0;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav .commonLabel .OneRow {width: 0; height: 0; border-radius: 0; padding: 0; transition: all 0.2s ease-in;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav .commonLabel.active .OneRow {width: 100%; height: 100%; background: #333; transition: all 0.2s ease-in;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .glyphicon {width: auto; height: auto; display: inline-block; background: unset; position: static; font-size: 16px; color: #333; line-height: 1; cursor: pointer;}

@media only screen and (max-width: 767px) {
    .ModuleTabContainerV2Giant.layout-111 .Nav-Container {position: static; justify-content: center; margin-top: 28px;}
}
.module_389619108 .ModuleHead .HeadCenter{float:none;}
#module_389619108 {
padding:0px;
}
#module_389619108 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_389619108 .ModuleHead389619108 {
display:none;
}
#module_389619108 .BodyCenter.BodyCenter389619108 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389619108 >.module_389619108 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389619108 >.module_389619108{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389619108 .BodyCenter.BodyCenter389619108 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_389619108 .BodyCenter.BodyCenter389619108 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_389619108 >.module_389619108 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_389619108 >.module_389619108 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:13.0293%;
}
}
#module_389619108 >.module_389619108 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389619108:hover {
border:none;
}
#module_389619108:hover >.module_389619108 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389619108 .tabContainerGiantGrid{background-color:transparent;}
#module_389619108 .tabContainerGiantGrid{}
#module_389619108 .tabContainerGiantGrid{}
#module_389619108 .tabContainerGiantGrid{}
#module_389619108 .tabContainerGiantGrid{}
#module_389619108 .tabContainerGiantGrid{}
#module_389619108 .tabContainerGiantGrid{padding-top:10px;}
#module_389619108 .tabContainerGiantGrid{padding-bottom:10px;}
#module_389619108 .tabContainerGiantGrid{padding-left:0px;}
#module_389619108 .tabContainerGiantGrid{padding-right:0px;}
#module_389619108 .tabContainerGiantGrid{border-top-color:transparent;}
#module_389619108 .tabContainerGiantGrid{border-top-style:solid;}
#module_389619108 .tabContainerGiantGrid{border-top-width:0px;}
#module_389619108 .tabContainerGiantGrid{border-right-color:transparent;}
#module_389619108 .tabContainerGiantGrid{border-right-style:solid;}
#module_389619108 .tabContainerGiantGrid{border-right-width:0px;}
#module_389619108 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_389619108 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_389619108 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_389619108 .tabContainerGiantGrid{border-left-color:transparent;}
#module_389619108 .tabContainerGiantGrid{border-left-style:solid;}
#module_389619108 .tabContainerGiantGrid{border-left-width:0px;}
#module_389619108 .Nav-Container{bottom:10px;top:auto;left:10px;transform:none;}
#module_389619108 .Nav-Container .glyphicon{font-size:14px;}
#module_389619108 .Nav-Container .glyphicon{font-family:微软雅黑,Microsoft YaHei;}
#module_389619108 .Nav-Container .glyphicon{color:rgb(255, 255, 255);}
#module_389619108 .Nav-Container .glyphicon{font-weight:normal;}
#module_389619108 .Nav-Container .glyphicon{text-decoration:none;}
#module_389619108 .Nav-Container .glyphicon{font-style:normal;}
#module_389619108 .Nav-Container .commonLabel{background-color:#ccc;}
#module_389619108 .Nav-Container .glyphicon:hover{font-size:14px;}
#module_389619108 .Nav-Container .glyphicon:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_389619108 .Nav-Container .glyphicon:hover{color:rgb(255, 186, 0);}
#module_389619108 .Nav-Container .glyphicon:hover{font-weight:normal;}
#module_389619108 .Nav-Container .glyphicon:hover{text-decoration:none;}
#module_389619108 .Nav-Container .glyphicon:hover{font-style:normal;}
#module_389619108 .Nav-Container .commonLabel.active .OneRow{background-color:#333;}

.module_389619019 .ModuleHead .HeadCenter{float:none;}
#module_389619019 {
padding:0px;
}
#module_389619019 {
position:static;
z-index:0;
top:376px;
left:962px;
width:100%;
height: auto;
}
#module_389619019 .ModuleHead389619019 {
display:none;
}

#module_389619019 img{border-top-color:transparent;}
#module_389619019 img{border-top-style:none;}
#module_389619019 img{border-top-width:0px;}
#module_389619019 img{border-right-color:transparent;}
#module_389619019 img{border-right-style:none;}
#module_389619019 img{border-right-width:0px;}
#module_389619019 img{border-bottom-color:transparent;}
#module_389619019 img{border-bottom-style:none;}
#module_389619019 img{border-bottom-width:0px;}
#module_389619019 img{border-left-color:transparent;}
#module_389619019 img{border-left-style:none;}
#module_389619019 img{border-left-width:0px;}
#module_389619019 img{border-top-left-radius:0px;}
#module_389619019 img{border-top-right-radius:0px;}
#module_389619019 img{border-bottom-left-radius:0px;}
#module_389619019 img{border-bottom-right-radius:0px;}
#module_389619019 .BodyCenter{text-align: center;}

.module_389619079 .ModuleHead .HeadCenter{float:none;}
#module_389619079 {
padding:0px;
}
#module_389619079 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_389619079 .ModuleHead389619079 {
display:none;
}

#module_389619079 .ModuleImageTextGiantContent{margin-top:0px;}
#module_389619079 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_389619079 .ModuleImageTextGiantContent{margin-left:0px;}
#module_389619079 .ModuleImageTextGiantContent{margin-right:0px;}
#module_389619079 .imageTextGiant-Container{padding-top:10px;}
#module_389619079 .imageTextGiant-Container{padding-bottom:10px;}
#module_389619079 .imageTextGiant-Container{padding-left:10px;}
#module_389619079 .imageTextGiant-Container{padding-right:10px;}
#module_389619079 .showHandle .btn{font-size:14px;}
#module_389619079 .showHandle .btn{font-family:;}
#module_389619079 .showHandle .btn{color:#333;}
#module_389619079 .showHandle .btn{font-weight:400;}
#module_389619079 .showHandle .btn{text-decoration:none;}
#module_389619079 .showHandle .btn{font-style:normal;}
#module_389619079 .showHandle div{border-top-color:#ddd !important;}
#module_389619079 .showHandle div{border-top-style:solid !important;}
#module_389619079 .showHandle div{border-top-width:1px !important;}
#module_389619079 .showHandle{background-color:transparent;}
#module_389619079 .showHandle{}
#module_389619079 .showHandle{background-repeat:no-repeat;}
#module_389619079 .showHandle{}
#module_389619079 .showHandle{}
#module_389619079 .showHandle{}
#module_389619079 a{font-size:unset;font-family:unset}

.module_389619020 .ModuleHead .HeadCenter{float:none;}
#module_389619020 {
padding:0px;
}
#module_389619020 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_389619020 .ModuleHead389619020 {
display:none;
}

#module_389619020 img{border-top-color:transparent;}
#module_389619020 img{border-top-style:none;}
#module_389619020 img{border-top-width:0px;}
#module_389619020 img{border-right-color:transparent;}
#module_389619020 img{border-right-style:none;}
#module_389619020 img{border-right-width:0px;}
#module_389619020 img{border-bottom-color:transparent;}
#module_389619020 img{border-bottom-style:none;}
#module_389619020 img{border-bottom-width:0px;}
#module_389619020 img{border-left-color:transparent;}
#module_389619020 img{border-left-style:none;}
#module_389619020 img{border-left-width:0px;}
#module_389619020 img{border-top-left-radius:0px;}
#module_389619020 img{border-top-right-radius:0px;}
#module_389619020 img{border-bottom-left-radius:0px;}
#module_389619020 img{border-bottom-right-radius:0px;}
#module_389619020 .BodyCenter{text-align: center;}

.module_389619080 .ModuleHead .HeadCenter{float:none;}
#module_389619080 {
padding:0px;
}
#module_389619080 {
position:static;
z-index:0;
top:217px;
left:0px;
width:100%;
height: auto;
}
#module_389619080 .ModuleHead389619080 {
display:none;
}

#module_389619080 .ModuleImageTextGiantContent{margin-top:0px;}
#module_389619080 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_389619080 .ModuleImageTextGiantContent{margin-left:0px;}
#module_389619080 .ModuleImageTextGiantContent{margin-right:0px;}
#module_389619080 .imageTextGiant-Container{padding-top:10px;}
#module_389619080 .imageTextGiant-Container{padding-bottom:10px;}
#module_389619080 .imageTextGiant-Container{padding-left:10px;}
#module_389619080 .imageTextGiant-Container{padding-right:10px;}
#module_389619080 .showHandle .btn{font-size:14px;}
#module_389619080 .showHandle .btn{font-family:;}
#module_389619080 .showHandle .btn{color:#333;}
#module_389619080 .showHandle .btn{font-weight:400;}
#module_389619080 .showHandle .btn{text-decoration:none;}
#module_389619080 .showHandle .btn{font-style:normal;}
#module_389619080 .showHandle div{border-top-color:#ddd !important;}
#module_389619080 .showHandle div{border-top-style:solid !important;}
#module_389619080 .showHandle div{border-top-width:1px !important;}
#module_389619080 .showHandle{background-color:transparent;}
#module_389619080 .showHandle{}
#module_389619080 .showHandle{background-repeat:no-repeat;}
#module_389619080 .showHandle{}
#module_389619080 .showHandle{}
#module_389619080 .showHandle{}
#module_389619080 a{font-size:unset;font-family:unset}

.module_389619021 .ModuleHead .HeadCenter{float:none;}
#module_389619021 {
padding:0px;
}
#module_389619021 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_389619021 .ModuleHead389619021 {
display:none;
}

#module_389619021 img{border-top-color:transparent;}
#module_389619021 img{border-top-style:none;}
#module_389619021 img{border-top-width:0px;}
#module_389619021 img{border-right-color:transparent;}
#module_389619021 img{border-right-style:none;}
#module_389619021 img{border-right-width:0px;}
#module_389619021 img{border-bottom-color:transparent;}
#module_389619021 img{border-bottom-style:none;}
#module_389619021 img{border-bottom-width:0px;}
#module_389619021 img{border-left-color:transparent;}
#module_389619021 img{border-left-style:none;}
#module_389619021 img{border-left-width:0px;}
#module_389619021 img{border-top-left-radius:0px;}
#module_389619021 img{border-top-right-radius:0px;}
#module_389619021 img{border-bottom-left-radius:0px;}
#module_389619021 img{border-bottom-right-radius:0px;}
#module_389619021 .BodyCenter{text-align: center;}

.module_389619081 .ModuleHead .HeadCenter{float:none;}
#module_389619081 {
padding:0px;
}
#module_389619081 {
position:static;
z-index:0;
top:610px;
left:926px;
width:100%;
height: auto;
}
#module_389619081 .ModuleHead389619081 {
display:none;
}

#module_389619081 .ModuleImageTextGiantContent{margin-top:0px;}
#module_389619081 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_389619081 .ModuleImageTextGiantContent{margin-left:0px;}
#module_389619081 .ModuleImageTextGiantContent{margin-right:0px;}
#module_389619081 .imageTextGiant-Container{padding-top:10px;}
#module_389619081 .imageTextGiant-Container{padding-bottom:10px;}
#module_389619081 .imageTextGiant-Container{padding-left:10px;}
#module_389619081 .imageTextGiant-Container{padding-right:10px;}
#module_389619081 .showHandle .btn{font-size:14px;}
#module_389619081 .showHandle .btn{font-family:;}
#module_389619081 .showHandle .btn{color:#333;}
#module_389619081 .showHandle .btn{font-weight:400;}
#module_389619081 .showHandle .btn{text-decoration:none;}
#module_389619081 .showHandle .btn{font-style:normal;}
#module_389619081 .showHandle div{border-top-color:#ddd !important;}
#module_389619081 .showHandle div{border-top-style:solid !important;}
#module_389619081 .showHandle div{border-top-width:1px !important;}
#module_389619081 .showHandle{background-color:transparent;}
#module_389619081 .showHandle{}
#module_389619081 .showHandle{background-repeat:no-repeat;}
#module_389619081 .showHandle{}
#module_389619081 .showHandle{}
#module_389619081 .showHandle{}
#module_389619081 a{font-size:unset;font-family:unset}

.module_389619022 .ModuleHead .HeadCenter{float:none;}
#module_389619022 {
padding:0px;
}
#module_389619022 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_389619022 .ModuleHead389619022 {
display:none;
}

#module_389619022 img{border-top-color:transparent;}
#module_389619022 img{border-top-style:none;}
#module_389619022 img{border-top-width:0px;}
#module_389619022 img{border-right-color:transparent;}
#module_389619022 img{border-right-style:none;}
#module_389619022 img{border-right-width:0px;}
#module_389619022 img{border-bottom-color:transparent;}
#module_389619022 img{border-bottom-style:none;}
#module_389619022 img{border-bottom-width:0px;}
#module_389619022 img{border-left-color:transparent;}
#module_389619022 img{border-left-style:none;}
#module_389619022 img{border-left-width:0px;}
#module_389619022 img{border-top-left-radius:0px;}
#module_389619022 img{border-top-right-radius:0px;}
#module_389619022 img{border-bottom-left-radius:0px;}
#module_389619022 img{border-bottom-right-radius:0px;}
#module_389619022 .BodyCenter{text-align: center;}

.module_389619082 .ModuleHead .HeadCenter{float:none;}
#module_389619082 {
padding:0px;
}
#module_389619082 {
position:static;
z-index:0;
top:244px;
left:0px;
width:100%;
height: auto;
}
#module_389619082 .ModuleHead389619082 {
display:none;
}

#module_389619082 .ModuleImageTextGiantContent{margin-top:0px;}
#module_389619082 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_389619082 .ModuleImageTextGiantContent{margin-left:0px;}
#module_389619082 .ModuleImageTextGiantContent{margin-right:0px;}
#module_389619082 .imageTextGiant-Container{padding-top:10px;}
#module_389619082 .imageTextGiant-Container{padding-bottom:10px;}
#module_389619082 .imageTextGiant-Container{padding-left:10px;}
#module_389619082 .imageTextGiant-Container{padding-right:10px;}
#module_389619082 .showHandle .btn{font-size:14px;}
#module_389619082 .showHandle .btn{font-family:;}
#module_389619082 .showHandle .btn{color:#333;}
#module_389619082 .showHandle .btn{font-weight:400;}
#module_389619082 .showHandle .btn{text-decoration:none;}
#module_389619082 .showHandle .btn{font-style:normal;}
#module_389619082 .showHandle div{border-top-color:#ddd !important;}
#module_389619082 .showHandle div{border-top-style:solid !important;}
#module_389619082 .showHandle div{border-top-width:1px !important;}
#module_389619082 .showHandle{background-color:transparent;}
#module_389619082 .showHandle{}
#module_389619082 .showHandle{background-repeat:no-repeat;}
#module_389619082 .showHandle{}
#module_389619082 .showHandle{}
#module_389619082 .showHandle{}
#module_389619082 a{font-size:unset;font-family:unset}

.module_389619023 .ModuleHead .HeadCenter{float:none;}
#module_389619023 {
padding:0px;
}
#module_389619023 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_389619023 .ModuleHead389619023 {
display:none;
}

#module_389619023 img{border-top-color:transparent;}
#module_389619023 img{border-top-style:none;}
#module_389619023 img{border-top-width:0px;}
#module_389619023 img{border-right-color:transparent;}
#module_389619023 img{border-right-style:none;}
#module_389619023 img{border-right-width:0px;}
#module_389619023 img{border-bottom-color:transparent;}
#module_389619023 img{border-bottom-style:none;}
#module_389619023 img{border-bottom-width:0px;}
#module_389619023 img{border-left-color:transparent;}
#module_389619023 img{border-left-style:none;}
#module_389619023 img{border-left-width:0px;}
#module_389619023 img{border-top-left-radius:0px;}
#module_389619023 img{border-top-right-radius:0px;}
#module_389619023 img{border-bottom-left-radius:0px;}
#module_389619023 img{border-bottom-right-radius:0px;}
#module_389619023 .BodyCenter{text-align: center;}

.module_389619083 .ModuleHead .HeadCenter{float:none;}
#module_389619083 {
padding:0px;
}
#module_389619083 {
position:static;
z-index:0;
top:167px;
left:0px;
width:100%;
height: auto;
}
#module_389619083 .ModuleHead389619083 {
display:none;
}

#module_389619083 .ModuleImageTextGiantContent{margin-top:0px;}
#module_389619083 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_389619083 .ModuleImageTextGiantContent{margin-left:0px;}
#module_389619083 .ModuleImageTextGiantContent{margin-right:0px;}
#module_389619083 .imageTextGiant-Container{padding-top:10px;}
#module_389619083 .imageTextGiant-Container{padding-bottom:10px;}
#module_389619083 .imageTextGiant-Container{padding-left:10px;}
#module_389619083 .imageTextGiant-Container{padding-right:10px;}
#module_389619083 .showHandle .btn{font-size:14px;}
#module_389619083 .showHandle .btn{font-family:;}
#module_389619083 .showHandle .btn{color:#333;}
#module_389619083 .showHandle .btn{font-weight:400;}
#module_389619083 .showHandle .btn{text-decoration:none;}
#module_389619083 .showHandle .btn{font-style:normal;}
#module_389619083 .showHandle div{border-top-color:#ddd !important;}
#module_389619083 .showHandle div{border-top-style:solid !important;}
#module_389619083 .showHandle div{border-top-width:1px !important;}
#module_389619083 .showHandle{background-color:transparent;}
#module_389619083 .showHandle{}
#module_389619083 .showHandle{background-repeat:no-repeat;}
#module_389619083 .showHandle{}
#module_389619083 .showHandle{}
#module_389619083 .showHandle{}
#module_389619083 a{font-size:unset;font-family:unset}


.ModuleImageTextGiant.layout-116 .accordion-giant-main { 
    display: block;
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei"
}

.ModuleImageTextGiant.layout-116 .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .4);
}
.ModuleImageTextGiant.layout-116 section{  display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.ModuleImageTextGiant.layout-116 .accordion-giant-main>li {
    position: relative;
    float: left;
    overflow: hidden;
    width: calc(16.6%);
    height: 326px;
    transition: all 0.5s ease;
    vertical-align: top;
    background-color: #fff;
    cursor: pointer
}
/* 默认显示的 view,即正常状态 */
.ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    text-align: center;
}

.ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 24px;
    z-index: 3;
    overflow: hidden;
}

.ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    position: relative;
    margin-left: 10%;
    padding-bottom: 6px;
}

.ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #ffd94f;
    position: absolute;
    bottom: 0;
    left: 0;
}

/******************* 选中部分 **********************/
.ModuleImageTextGiant.layout-116 .accordion-giant-main .active {
    width: 30%;
}

/* 去掉遮罩层 */
.ModuleImageTextGiant.layout-116 .accordion-giant-main .active .layer {
    display: none;
}

/* 第一个 li 的 default-view 默认隐藏 */
.ModuleImageTextGiant.layout-116 .accordion-giant-main .active .default-view {
    display: none
}

/* 第一个 li 的 hover-view 默认显示 */
.ModuleImageTextGiant.layout-116 .accordion-giant-main .active .hover-view {
    display: block
}


/******************* 鼠标移入放大部分 **********************/

.ModuleImageTextGiant.layout-116 .accordion-giant-main>li .hover-view {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}

.ModuleImageTextGiant.layout-116 .accordion-giant-main>li .hover-view .content {
    width: 100%;
    height: 50%;
    text-align: left;
    position: absolute;
    padding: 10% 7% 5% 5%;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

/* ipad竖版和手机版隐藏整个模块 */
@media screen and (max-width: 767px) {
    .ModuleImageTextGiant.layout-116 .accordion-giant-main {
        display: none
    }
}.module_389619040 .ModuleHead .HeadCenter{float:none;}
#module_389619040 {
padding:0px;
}
#module_389619040 {
position:static;
z-index:0;
top:661px;
left:979px;
width:100%;
height: auto;
}
#module_389619040 .ModuleHead389619040 {
display:none;
}
#module_389619040 .BodyCenter.BodyCenter389619040 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389619040 >.module_389619040 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389619040 >.module_389619040{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389619040 .BodyCenter.BodyCenter389619040 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389619040 .BodyCenter.BodyCenter389619040 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_389619040 >.module_389619040 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_389619040 >.module_389619040 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_389619040 >.module_389619040 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389619040:hover {
border:none;
}
#module_389619040:hover >.module_389619040 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389619040 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li{height:px}
#module_389619040 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title{font-size:16px;}
#module_389619040 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title{font-family:微软雅黑,Microsoft YaHei;}
#module_389619040 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title{color:rgb(255, 255, 255);}
#module_389619040 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title{font-weight:normal;}
#module_389619040 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title{text-decoration:none;}
#module_389619040 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title{font-style:normal;}
#module_389619040 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title:before{width:40px;}
#module_389619040 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title:before{height:2px;line-height:2px}
#module_389619040 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title:before{background-color:rgb(84, 141, 212);}
#module_389619040 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title:before{}
#module_389619040 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .hover-view .content{background-color:rgba(0, 0, 0, 0.82);}
#module_389619040 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .hover-view .content{}
#module_389619040 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .hover-view .content{height:px}
#module_389619040 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .hover-view .content{padding-top:px;}
#module_389619040 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .hover-view .content{padding-bottom:px;}
#module_389619040 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .hover-view .content{padding-left:px;}
#module_389619040 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .hover-view .content{padding-right:px;}
#module_389619040 a{font-size:unset;font-family:unset}

.module_392064996 .ModuleHead .HeadCenter{float:none;}
#module_392064996 {
padding:0px;
}
#module_392064996 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_392064996 .ModuleHead392064996 {
display:none;
}
#module_392064996 .BodyCenter.BodyCenter392064996 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392064996 >.module_392064996 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392064996 >.module_392064996{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392064996 .BodyCenter.BodyCenter392064996 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392064996 .BodyCenter.BodyCenter392064996 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_392064996 >.module_392064996 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392064996 >.module_392064996 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_392064996 >.module_392064996 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392064996:hover {
border:none;
}
#module_392064996:hover >.module_392064996 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392064996 .ModuleSubContainer{background-color:transparent;}
#module_392064996 .ModuleSubContainer{background-image:none;}
#module_392064996 .ModuleSubContainer{background-repeat:no-repeat;}
#module_392064996 .ModuleSubContainer{background-position:0% 0%;}
#module_392064996 .ModuleSubContainer{background-attachment:scroll;}
#module_392064996 .ModuleSubContainer{}
#module_392064996 {!bgVideo!}{bgVideoUrl:}
#module_392064996 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_392064996 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_392064996 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer392064996 {max-width:1700px;width:auto;}
.module_392065106 .ModuleHead .HeadCenter{float:none;}
#module_392065106 {
padding:0px;
}
#module_392065106 {
position:static;
z-index:1;
top:85px;
left:446px;
width:100%;
height: auto;
}
#module_392065106 .ModuleHead392065106 {
display:none;
}
#module_392065106 .BodyCenter.BodyCenter392065106 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392065106 >.module_392065106 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392065106 >.module_392065106{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392065106 .BodyCenter.BodyCenter392065106 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392065106 .BodyCenter.BodyCenter392065106 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_392065106 >.module_392065106 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392065106 >.module_392065106 {
margin-top:0.2882%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_392065106 >.module_392065106 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392065106:hover {
border:none;
}
#module_392065106:hover >.module_392065106 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392065106 .ModuleImageTextGiantContent{margin-top:0px;}
#module_392065106 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_392065106 .ModuleImageTextGiantContent{margin-left:0px;}
#module_392065106 .ModuleImageTextGiantContent{margin-right:0px;}
#module_392065106 .imageTextGiant-Container{padding-top:10px;}
#module_392065106 .imageTextGiant-Container{padding-bottom:10px;}
#module_392065106 .imageTextGiant-Container{padding-left:0px;}
#module_392065106 .imageTextGiant-Container{padding-right:0px;}
#module_392065106 .showHandle .btn{font-size:14px;}
#module_392065106 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_392065106 .showHandle .btn{color:#333;}
#module_392065106 .showHandle .btn{font-weight:400;}
#module_392065106 .showHandle .btn{text-decoration:none;}
#module_392065106 .showHandle .btn{font-style:normal;}
#module_392065106 .showHandle div{border-top-color:#ddd !important;}
#module_392065106 .showHandle div{border-top-style:solid !important;}
#module_392065106 .showHandle div{border-top-width:1px !important;}
#module_392065106 .showHandle{background-color:transparent;}
#module_392065106 .showHandle{background-image:none;}
#module_392065106 .showHandle{background-repeat:no-repeat;}
#module_392065106 .showHandle{}
#module_392065106 .showHandle{}
#module_392065106 .showHandle{}
#module_392065106 a{font-size:unset;font-family:unset}
.module_404446482 .ModuleHead .HeadCenter{float:none;}
#module_404446482 {
padding:0px;
}
#module_404446482 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_404446482 .ModuleHead404446482 {
display:none;
}
#module_404446482 .BodyCenter.BodyCenter404446482 {
background:none;background-color:rgba(0,0,0,0);
}
#module_404446482 >.module_404446482 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_404446482 >.module_404446482{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_404446482 .BodyCenter.BodyCenter404446482 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_404446482 .BodyCenter.BodyCenter404446482 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_404446482 >.module_404446482 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_404446482 >.module_404446482 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_404446482 >.module_404446482 {box-shadow: 0px 0px 0px 0px #ccc}
#module_404446482:hover {
border:none;
}
#module_404446482:hover >.module_404446482 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_404446482 img{border-top-color:transparent;}
#module_404446482 img{border-top-style:none;}
#module_404446482 img{border-top-width:0px;}
#module_404446482 img{border-right-color:transparent;}
#module_404446482 img{border-right-style:none;}
#module_404446482 img{border-right-width:0px;}
#module_404446482 img{border-bottom-color:transparent;}
#module_404446482 img{border-bottom-style:none;}
#module_404446482 img{border-bottom-width:0px;}
#module_404446482 img{border-left-color:transparent;}
#module_404446482 img{border-left-style:none;}
#module_404446482 img{border-left-width:0px;}
#module_404446482 img{border-top-left-radius:0px;}
#module_404446482 img{border-top-right-radius:0px;}
#module_404446482 img{border-bottom-left-radius:0px;}
#module_404446482 img{border-bottom-right-radius:0px;}
#module_404446482 .BodyCenter{text-align: center;}

.module_404446485 .ModuleHead .HeadCenter{float:none;}
#module_404446485 {
padding:0px;
}
#module_404446485 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_404446485 .ModuleHead404446485 {
display:none;
}

#module_404446485 img{border-top-color:transparent;}
#module_404446485 img{border-top-style:none;}
#module_404446485 img{border-top-width:0px;}
#module_404446485 img{border-right-color:transparent;}
#module_404446485 img{border-right-style:none;}
#module_404446485 img{border-right-width:0px;}
#module_404446485 img{border-bottom-color:transparent;}
#module_404446485 img{border-bottom-style:none;}
#module_404446485 img{border-bottom-width:0px;}
#module_404446485 img{border-left-color:transparent;}
#module_404446485 img{border-left-style:none;}
#module_404446485 img{border-left-width:0px;}
#module_404446485 img{border-top-left-radius:0px;}
#module_404446485 img{border-top-right-radius:0px;}
#module_404446485 img{border-bottom-left-radius:0px;}
#module_404446485 img{border-bottom-right-radius:0px;}
#module_404446485 .BodyCenter{text-align: center;}

.module_404446493 .ModuleHead .HeadCenter{float:none;}
#module_404446493 {
padding:0px;
}
#module_404446493 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_404446493 .ModuleHead404446493 {
display:none;
}

#module_404446493 img{border-top-color:transparent;}
#module_404446493 img{border-top-style:none;}
#module_404446493 img{border-top-width:0px;}
#module_404446493 img{border-right-color:transparent;}
#module_404446493 img{border-right-style:none;}
#module_404446493 img{border-right-width:0px;}
#module_404446493 img{border-bottom-color:transparent;}
#module_404446493 img{border-bottom-style:none;}
#module_404446493 img{border-bottom-width:0px;}
#module_404446493 img{border-left-color:transparent;}
#module_404446493 img{border-left-style:none;}
#module_404446493 img{border-left-width:0px;}
#module_404446493 img{border-top-left-radius:0px;}
#module_404446493 img{border-top-right-radius:0px;}
#module_404446493 img{border-bottom-left-radius:0px;}
#module_404446493 img{border-bottom-right-radius:0px;}
#module_404446493 .BodyCenter{text-align: center;}

.module_404446502 .ModuleHead .HeadCenter{float:none;}
#module_404446502 {
padding:0px;
}
#module_404446502 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_404446502 .ModuleHead404446502 {
display:none;
}

#module_404446502 img{border-top-color:transparent;}
#module_404446502 img{border-top-style:none;}
#module_404446502 img{border-top-width:0px;}
#module_404446502 img{border-right-color:transparent;}
#module_404446502 img{border-right-style:none;}
#module_404446502 img{border-right-width:0px;}
#module_404446502 img{border-bottom-color:transparent;}
#module_404446502 img{border-bottom-style:none;}
#module_404446502 img{border-bottom-width:0px;}
#module_404446502 img{border-left-color:transparent;}
#module_404446502 img{border-left-style:none;}
#module_404446502 img{border-left-width:0px;}
#module_404446502 img{border-top-left-radius:0px;}
#module_404446502 img{border-top-right-radius:0px;}
#module_404446502 img{border-bottom-left-radius:0px;}
#module_404446502 img{border-bottom-right-radius:0px;}
#module_404446502 .BodyCenter{text-align: center;}

.module_404446518 .ModuleHead .HeadCenter{float:none;}
#module_404446518 {
padding:0px;
}
#module_404446518 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_404446518 .ModuleHead404446518 {
display:none;
}
#module_404446518 {
border:none;
}
@media screen and (min-width: 768px){
#module_404446518 >.module_404446518 {
}
}
@media screen and (max-width: 767px){
#module_404446518 >.module_404446518 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_404446518 .ModulePlainTextGiantContent{margin-top:0px;}
#module_404446518 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_404446518 .ModulePlainTextGiantContent{margin-left:0px;}
#module_404446518 .ModulePlainTextGiantContent{margin-right:10px;}
#module_404446518 .plainTextGiant-Container{padding-top:10px;}
#module_404446518 .plainTextGiant-Container{padding-bottom:10px;}
#module_404446518 .plainTextGiant-Container{padding-left:10px;}
#module_404446518 .plainTextGiant-Container{padding-right:10px;}
#module_404446518 a{font-size:unset;font-family:unset}
.module_404446585 .ModuleHead .HeadCenter{float:none;}
#module_404446585 {
padding:0px;
}
#module_404446585 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_404446585 .ModuleHead404446585 {
display:none;
}
#module_404446585 {
border:none;
}
@media screen and (min-width: 768px){
#module_404446585 >.module_404446585 {
}
}
@media screen and (max-width: 767px){
#module_404446585 >.module_404446585 {
margin-top:7.7810%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_404446585 .ModulePlainTextGiantContent{margin-top:0px;}
#module_404446585 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_404446585 .ModulePlainTextGiantContent{margin-left:0px;}
#module_404446585 .ModulePlainTextGiantContent{margin-right:10px;}
#module_404446585 .plainTextGiant-Container{padding-top:10px;}
#module_404446585 .plainTextGiant-Container{padding-bottom:10px;}
#module_404446585 .plainTextGiant-Container{padding-left:10px;}
#module_404446585 .plainTextGiant-Container{padding-right:10px;}
#module_404446585 a{font-size:unset;font-family:unset}
.module_404446578 .ModuleHead .HeadCenter{float:none;}
#module_404446578 {
padding:0px;
}
#module_404446578 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_404446578 .ModuleHead404446578 {
display:none;
}
#module_404446578 {
border:none;
}
@media screen and (min-width: 768px){
#module_404446578 >.module_404446578 {
}
}
@media screen and (max-width: 767px){
#module_404446578 >.module_404446578 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_404446578 img{border-top-color:transparent;}
#module_404446578 img{border-top-style:none;}
#module_404446578 img{border-top-width:0px;}
#module_404446578 img{border-right-color:transparent;}
#module_404446578 img{border-right-style:none;}
#module_404446578 img{border-right-width:0px;}
#module_404446578 img{border-bottom-color:transparent;}
#module_404446578 img{border-bottom-style:none;}
#module_404446578 img{border-bottom-width:0px;}
#module_404446578 img{border-left-color:transparent;}
#module_404446578 img{border-left-style:none;}
#module_404446578 img{border-left-width:0px;}
#module_404446578 img{border-top-left-radius:0px;}
#module_404446578 img{border-top-right-radius:0px;}
#module_404446578 img{border-bottom-left-radius:0px;}
#module_404446578 img{border-bottom-right-radius:0px;}
#module_404446578 .BodyCenter{text-align: center;}

.module_392065144 .ModuleHead .HeadCenter{float:none;}
#module_392065144 {
padding:0px;
}
#module_392065144 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_392065144 .ModuleHead392065144 {
display:none;
}
#module_392065144 .BodyCenter.BodyCenter392065144 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392065144 >.module_392065144 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392065144 >.module_392065144{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392065144 .BodyCenter.BodyCenter392065144 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392065144 .BodyCenter.BodyCenter392065144 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392065144 >.module_392065144 {
margin-top:0.0000%;
margin-left:5.2941%;
margin-right:3.7647%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392065144 >.module_392065144 {
margin-top:139px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392065144 >.module_392065144 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392065144:hover {
border:none;
}
#module_392065144:hover >.module_392065144 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392065144 img{border-top-color:transparent;}
#module_392065144 img{border-top-style:none;}
#module_392065144 img{border-top-width:0px;}
#module_392065144 img{border-right-color:transparent;}
#module_392065144 img{border-right-style:none;}
#module_392065144 img{border-right-width:0px;}
#module_392065144 img{border-bottom-color:transparent;}
#module_392065144 img{border-bottom-style:none;}
#module_392065144 img{border-bottom-width:0px;}
#module_392065144 img{border-left-color:transparent;}
#module_392065144 img{border-left-style:none;}
#module_392065144 img{border-left-width:0px;}
#module_392065144 img{border-top-left-radius:0px;}
#module_392065144 img{border-top-right-radius:0px;}
#module_392065144 img{border-bottom-left-radius:0px;}
#module_392065144 img{border-bottom-right-radius:0px;}
#module_392065144 .BodyCenter{text-align: center;}


.module_404446582 .ModuleHead .HeadCenter{float:none;}
#module_404446582 {
padding:0px;
}
#module_404446582 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_404446582 .ModuleHead404446582 {
display:none;
}

#module_404446582 img{border-top-color:transparent;}
#module_404446582 img{border-top-style:none;}
#module_404446582 img{border-top-width:0px;}
#module_404446582 img{border-right-color:transparent;}
#module_404446582 img{border-right-style:none;}
#module_404446582 img{border-right-width:0px;}
#module_404446582 img{border-bottom-color:transparent;}
#module_404446582 img{border-bottom-style:none;}
#module_404446582 img{border-bottom-width:0px;}
#module_404446582 img{border-left-color:transparent;}
#module_404446582 img{border-left-style:none;}
#module_404446582 img{border-left-width:0px;}
#module_404446582 img{border-top-left-radius:0px;}
#module_404446582 img{border-top-right-radius:0px;}
#module_404446582 img{border-bottom-left-radius:0px;}
#module_404446582 img{border-bottom-right-radius:0px;}
#module_404446582 .BodyCenter{text-align: center;}

#module_389618950 #Sub389618950_3 {top: 50%;transform: translateY(-50%);}
.module_392067782 .ModuleHead .HeadCenter{float:none;}
#module_392067782 {
padding:0px;
}
#module_392067782 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_392067782 .ModuleHead392067782 {
display:none;
}
#module_392067782 .BodyCenter.BodyCenter392067782 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392067782 >.module_392067782 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392067782 >.module_392067782{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392067782 .BodyCenter.BodyCenter392067782 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392067782 .BodyCenter.BodyCenter392067782 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392067782 >.module_392067782 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392067782 >.module_392067782 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392067782 >.module_392067782 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392067782:hover {
border:none;
}
#module_392067782:hover >.module_392067782 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392067782 .ModuleSubContainer{background-color:transparent;}
#module_392067782 .ModuleSubContainer{background-image:none;}
#module_392067782 .ModuleSubContainer{background-repeat:no-repeat;}
#module_392067782 .ModuleSubContainer{background-position:0% 0%;}
#module_392067782 .ModuleSubContainer{background-attachment:scroll;}
#module_392067782 .ModuleSubContainer{}
#module_392067782 {!bgVideo!}{bgVideoUrl:}
#module_392067782 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_392067782 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_392067782 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer392067782 {max-width:1700px;width:auto;}
.module_392067784 .ModuleHead .HeadCenter{float:none;}
#module_392067784 {
padding:0px;
}
#module_392067784 {
position:static;
z-index:0;
top:23px;
left:446px;
width:100%;
height: auto;
}
#module_392067784 .ModuleHead392067784 {
display:none;
}
#module_392067784 {
border:none;
}
@media screen and (min-width: 768px){
#module_392067784 >.module_392067784 {
margin-top:5.5882%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392067784 >.module_392067784 {
}
}

#module_392067784 .ModulePlainTextGiantContent{margin-top:0px;}
#module_392067784 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_392067784 .ModulePlainTextGiantContent{margin-left:0px;}
#module_392067784 .ModulePlainTextGiantContent{margin-right:10px;}
#module_392067784 .plainTextGiant-Container{padding-top:10px;}
#module_392067784 .plainTextGiant-Container{padding-bottom:10px;}
#module_392067784 .plainTextGiant-Container{padding-left:10px;}
#module_392067784 .plainTextGiant-Container{padding-right:10px;}
#module_392067784 a{font-size:unset;font-family:unset}
.module_392068898 .ModuleHead .HeadCenter{float:none;}
#module_392068898 {
padding:0px;
}
#module_392068898 {
position:static;
z-index:0;
top:443px;
left:95px;
width:100%;
height: auto;
}
#module_392068898 .ModuleHead392068898 {
display:none;
}
#module_392068898 .BodyCenter.BodyCenter392068898 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392068898 >.module_392068898 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392068898 >.module_392068898{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392068898 .BodyCenter.BodyCenter392068898 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392068898 .BodyCenter.BodyCenter392068898 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392068898 >.module_392068898 {
margin-top:0.0000%;
margin-left:10.3529%;
margin-right:12.4706%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392068898 >.module_392068898 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392068898 >.module_392068898 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392068898:hover {
border:none;
}
#module_392068898:hover >.module_392068898 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392068898 .ModulePlainTextGiantContent{margin-top:0px;}
#module_392068898 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_392068898 .ModulePlainTextGiantContent{margin-left:0px;}
#module_392068898 .ModulePlainTextGiantContent{margin-right:10px;}
#module_392068898 .plainTextGiant-Container{padding-top:10px;}
#module_392068898 .plainTextGiant-Container{padding-bottom:10px;}
#module_392068898 .plainTextGiant-Container{padding-left:10px;}
#module_392068898 .plainTextGiant-Container{padding-right:10px;}
#module_392068898 a{font-size:unset;font-family:unset}

.module_392066753 .ModuleHead .HeadCenter{float:none;}
#module_392066753 {
padding:0px;
}
#module_392066753 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_392066753 .ModuleHead392066753 {
display:none;
}

#module_392066753 .ModuleSubContainer{background-color:transparent;}
#module_392066753 .ModuleSubContainer{}
#module_392066753 .ModuleSubContainer{background-repeat:no-repeat;}
#module_392066753 .ModuleSubContainer{background-position:0% 0%;}
#module_392066753 .ModuleSubContainer{background-attachment:scroll;}
#module_392066753 .ModuleSubContainer{}
#module_392066753 {!bgVideo!}{bgVideoUrl:}
#module_392066753 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_392066753 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_392066753 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer392066753 {}
.module_392066756 .ModuleHead .HeadCenter{float:none;}
#module_392066756 {
padding:0px;
}
#module_392066756 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_392066756 .ModuleHead392066756 {
display:none;
}
#module_392066756 .BodyCenter.BodyCenter392066756 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392066756 >.module_392066756 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392066756 >.module_392066756{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392066756 .BodyCenter.BodyCenter392066756 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392066756 .BodyCenter.BodyCenter392066756 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392066756 >.module_392066756 {
margin-top:2.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392066756 >.module_392066756 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392066756 >.module_392066756 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392066756:hover {
border:none;
}
#module_392066756:hover >.module_392066756 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392066756 .ModulePlainTextGiantContent{margin-top:0px;}
#module_392066756 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_392066756 .ModulePlainTextGiantContent{margin-left:0px;}
#module_392066756 .ModulePlainTextGiantContent{margin-right:10px;}
#module_392066756 .plainTextGiant-Container{padding-top:10px;}
#module_392066756 .plainTextGiant-Container{padding-bottom:10px;}
#module_392066756 .plainTextGiant-Container{padding-left:10px;}
#module_392066756 .plainTextGiant-Container{padding-right:10px;}
#module_392066756 a{font-size:unset;font-family:unset}

.module_392064972 .ModuleHead .HeadCenter{float:none;}
#module_392064972 {
padding:0px;
}
#module_392064972 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_392064972 .ModuleHead392064972 {
display:none;
}
#module_392064972 {
border:none;
}
@media screen and (min-width: 768px){
#module_392064972 .BodyCenter.BodyCenter392064972 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392064972 .BodyCenter.BodyCenter392064972 {
}
}

#module_392064972 .ModuleSubContainer{background-color:transparent;}
#module_392064972 .ModuleSubContainer{}
#module_392064972 .ModuleSubContainer{background-repeat:no-repeat;}
#module_392064972 .ModuleSubContainer{background-position:0% 0%;}
#module_392064972 .ModuleSubContainer{background-attachment:scroll;}
#module_392064972 .ModuleSubContainer{}
#module_392064972 {!bgVideo!}{bgVideoUrl:}
#module_392064972 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_392064972 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_392064972 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer392064972 {max-width:1700px;width:auto;}
.ModuleGridContainer.ModuleGridContainer392064972 .SubPadding {width:0px;}
.module_392069259 .ModuleHead .HeadCenter{float:none;}
#module_392069259 {
padding:0px;
}
#module_392069259 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_392069259 .ModuleHead392069259 {
display:none;
}
#module_392069259 .BodyCenter.BodyCenter392069259 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392069259 >.module_392069259 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392069259 >.module_392069259{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392069259 .BodyCenter.BodyCenter392069259 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392069259 .BodyCenter.BodyCenter392069259 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392069259 >.module_392069259 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392069259 >.module_392069259 {
margin-top:6.6282%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_392069259 >.module_392069259 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392069259:hover {
border:none;
}
#module_392069259:hover >.module_392069259 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392069259 .ModulePlainTextGiantContent{margin-top:0px;}
#module_392069259 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_392069259 .ModulePlainTextGiantContent{margin-left:0px;}
#module_392069259 .ModulePlainTextGiantContent{margin-right:10px;}
#module_392069259 .plainTextGiant-Container{padding-top:10px;}
#module_392069259 .plainTextGiant-Container{padding-bottom:10px;}
#module_392069259 .plainTextGiant-Container{padding-left:10px;}
#module_392069259 .plainTextGiant-Container{padding-right:10px;}
#module_392069259 a{font-size:unset;font-family:unset}
.module_404447266 .ModuleHead .HeadCenter{float:none;}
#module_404447266 {
padding:0px;
}
#module_404447266 {
position:static;
z-index:0;
top:3953px;
left:102px;
width:100%;
height: auto;
}
#module_404447266 .ModuleHead404447266 {
display:none;
}
#module_404447266 .BodyCenter.BodyCenter404447266 {
background:none;background-color:rgba(0,0,0,0);
}
#module_404447266 >.module_404447266 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_404447266 >.module_404447266{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_404447266 .BodyCenter.BodyCenter404447266 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404447266 .BodyCenter.BodyCenter404447266 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_404447266 >.module_404447266 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404447266 >.module_404447266 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_404447266 >.module_404447266 {box-shadow: 0px 0px 0px 0px #ccc}
#module_404447266:hover {
border:none;
}
#module_404447266:hover >.module_404447266 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_404447266 .ModulePlainTextGiantContent{margin-top:0px;}
#module_404447266 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_404447266 .ModulePlainTextGiantContent{margin-left:0px;}
#module_404447266 .ModulePlainTextGiantContent{margin-right:10px;}
#module_404447266 .plainTextGiant-Container{padding-top:10px;}
#module_404447266 .plainTextGiant-Container{padding-bottom:10px;}
#module_404447266 .plainTextGiant-Container{padding-left:10px;}
#module_404447266 .plainTextGiant-Container{padding-right:10px;}
#module_404447266 a{font-size:unset;font-family:unset}
.module_392064976 .ModuleHead .HeadCenter{float:none;}
#module_392064976 {
padding:0px;
}
#module_392064976 {
position:static;
z-index:1;
top:58px;
left:0px;
width:100%;
height: auto;
}
#module_392064976 .ModuleHead392064976 {
display:none;
}
#module_392064976 .BodyCenter.BodyCenter392064976 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392064976 >.module_392064976 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392064976 >.module_392064976{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392064976 .BodyCenter.BodyCenter392064976 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392064976 .BodyCenter.BodyCenter392064976 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392064976 >.module_392064976 {
margin-top:0.3115%;
margin-left:0.0000%;
margin-right:1.5576%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392064976 >.module_392064976 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392064976 >.module_392064976 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392064976:hover {
border:none;
}
#module_392064976:hover >.module_392064976 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392064976 img{border-top-color:transparent;}
#module_392064976 img{border-top-style:none;}
#module_392064976 img{border-top-width:0px;}
#module_392064976 img{border-right-color:transparent;}
#module_392064976 img{border-right-style:none;}
#module_392064976 img{border-right-width:0px;}
#module_392064976 img{border-bottom-color:transparent;}
#module_392064976 img{border-bottom-style:none;}
#module_392064976 img{border-bottom-width:0px;}
#module_392064976 img{border-left-color:transparent;}
#module_392064976 img{border-left-style:none;}
#module_392064976 img{border-left-width:0px;}
#module_392064976 img{border-top-left-radius:0px;}
#module_392064976 img{border-top-right-radius:0px;}
#module_392064976 img{border-bottom-left-radius:0px;}
#module_392064976 img{border-bottom-right-radius:0px;}
#module_392064976 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer392064972 #Sub392064972_1 {width:37.7647%;}
.module_404447269 .ModuleHead .HeadCenter{float:none;}
#module_404447269 {
padding:0px;
}
#module_404447269 {
position:static;
z-index:1;
top:4102px;
left:77px;
width:100%;
height: auto;
}
#module_404447269 .ModuleHead404447269 {
display:none;
}
#module_404447269 .BodyCenter.BodyCenter404447269 {
background:none;background-color:rgba(0,0,0,0);
}
#module_404447269 >.module_404447269 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_404447269 >.module_404447269{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_404447269 .BodyCenter.BodyCenter404447269 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404447269 .BodyCenter.BodyCenter404447269 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_404447269 >.module_404447269 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404447269 >.module_404447269 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_404447269 >.module_404447269 {box-shadow: 0px 0px 0px 0px #ccc}
#module_404447269:hover {
border:none;
}
#module_404447269:hover >.module_404447269 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_404447269 .ModulePlainTextGiantContent{margin-top:0px;}
#module_404447269 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_404447269 .ModulePlainTextGiantContent{margin-left:0px;}
#module_404447269 .ModulePlainTextGiantContent{margin-right:10px;}
#module_404447269 .plainTextGiant-Container{padding-top:10px;}
#module_404447269 .plainTextGiant-Container{padding-bottom:10px;}
#module_404447269 .plainTextGiant-Container{padding-left:10px;}
#module_404447269 .plainTextGiant-Container{padding-right:10px;}
#module_404447269 a{font-size:unset;font-family:unset}
.module_392069296 .ModuleHead .HeadCenter{float:none;}
#module_392069296 {
padding:0px;
}
#module_392069296 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_392069296 .ModuleHead392069296 {
display:none;
}
#module_392069296 .BodyCenter.BodyCenter392069296 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392069296 >.module_392069296 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392069296 >.module_392069296{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392069296 .BodyCenter.BodyCenter392069296 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392069296 .BodyCenter.BodyCenter392069296 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392069296 >.module_392069296 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392069296 >.module_392069296 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392069296 >.module_392069296 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392069296:hover {
border:none;
}
#module_392069296:hover >.module_392069296 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392069296 .ModulePlainTextGiantContent{margin-top:0px;}
#module_392069296 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_392069296 .ModulePlainTextGiantContent{margin-left:0px;}
#module_392069296 .ModulePlainTextGiantContent{margin-right:10px;}
#module_392069296 .plainTextGiant-Container{padding-top:10px;}
#module_392069296 .plainTextGiant-Container{padding-bottom:10px;}
#module_392069296 .plainTextGiant-Container{padding-left:10px;}
#module_392069296 .plainTextGiant-Container{padding-right:10px;}
#module_392069296 a{font-size:unset;font-family:unset}
.module_392064978 .ModuleHead .HeadCenter{float:none;}
#module_392064978 {
padding:0px;
}
#module_392064978 {
position:static;
z-index:1;
top:671px;
left:754px;
width:100%;
height: auto;
}
#module_392064978 .ModuleHead392064978 {
display:none;
}
#module_392064978 .BodyCenter.BodyCenter392064978 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392064978 >.module_392064978 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392064978 >.module_392064978{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392064978 .BodyCenter.BodyCenter392064978 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392064978 .BodyCenter.BodyCenter392064978 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392064978 >.module_392064978 {
margin-top:0.0000%;
margin-left:1.5123%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392064978 >.module_392064978 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392064978 >.module_392064978 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392064978:hover {
border:none;
}
#module_392064978:hover >.module_392064978 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392064978 img{border-top-color:transparent;}
#module_392064978 img{border-top-style:none;}
#module_392064978 img{border-top-width:0px;}
#module_392064978 img{border-right-color:transparent;}
#module_392064978 img{border-right-style:none;}
#module_392064978 img{border-right-width:0px;}
#module_392064978 img{border-bottom-color:transparent;}
#module_392064978 img{border-bottom-style:none;}
#module_392064978 img{border-bottom-width:0px;}
#module_392064978 img{border-left-color:transparent;}
#module_392064978 img{border-left-style:none;}
#module_392064978 img{border-left-width:0px;}
#module_392064978 img{border-top-left-radius:0px;}
#module_392064978 img{border-top-right-radius:0px;}
#module_392064978 img{border-bottom-left-radius:0px;}
#module_392064978 img{border-bottom-right-radius:0px;}
#module_392064978 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer392064972 #Sub392064972_2 {width:62.2353%;}

#module_389618950 #Sub389618950_9 {top: 0;transform: translateY(0);}
.module_390840566 .ModuleHead .HeadCenter{float:none;}
#module_390840566 {
padding:0px;
}
#module_390840566 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_390840566 .ModuleHead390840566 {
display:none;
}
#module_390840566 .BodyCenter.BodyCenter390840566 {
background:none;background-color:rgba(0,0,0,0);
}
#module_390840566 >.module_390840566 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_390840566 >.module_390840566{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_390840566 .BodyCenter.BodyCenter390840566 {
padding-top:2.6189%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390840566 .BodyCenter.BodyCenter390840566 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_390840566 >.module_390840566 {
margin-top:4.2758%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390840566 >.module_390840566 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_390840566 >.module_390840566 {box-shadow: 0px 0px 0px 0px #ccc}
#module_390840566:hover {
border:none;
}
#module_390840566:hover >.module_390840566 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_390840566 .ModuleSubContainer{background-color:transparent;}
#module_390840566 .ModuleSubContainer{background-image:none;}
#module_390840566 .ModuleSubContainer{background-repeat:no-repeat;}
#module_390840566 .ModuleSubContainer{background-position:0% 0%;}
#module_390840566 .ModuleSubContainer{background-attachment:scroll;}
#module_390840566 .ModuleSubContainer{}
#module_390840566 {!bgVideo!}{bgVideoUrl:}
#module_390840566 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_390840566 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_390840566 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer390840566 {max-width:1600px;width:auto;}
.ModuleGridContainer.ModuleGridContainer390840566 .SubPadding {width:0px;}
.module_390840577 .ModuleHead .HeadCenter{float:none;}
#module_390840577 {
padding:0px;
}
#module_390840577 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_390840577 .ModuleHead390840577 {
display:none;
}
#module_390840577 .BodyCenter.BodyCenter390840577 {
background:none;background-color:rgba(0,0,0,0);
}
#module_390840577 >.module_390840577 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_390840577 >.module_390840577{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_390840577 .BodyCenter.BodyCenter390840577 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390840577 .BodyCenter.BodyCenter390840577 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_390840577 >.module_390840577 {
margin-top:0.0000%;
margin-left:8.8750%;
margin-right:0.7500%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390840577 >.module_390840577 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_390840577 >.module_390840577 {box-shadow: 0px 0px 0px 0px #ccc}
#module_390840577:hover {
border:none;
}
#module_390840577:hover >.module_390840577 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_390840577 .ModulePlainTextGiantContent{margin-top:0px;}
#module_390840577 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_390840577 .ModulePlainTextGiantContent{margin-left:0px;}
#module_390840577 .ModulePlainTextGiantContent{margin-right:10px;}
#module_390840577 .plainTextGiant-Container{padding-top:10px;}
#module_390840577 .plainTextGiant-Container{padding-bottom:10px;}
#module_390840577 .plainTextGiant-Container{padding-left:10px;}
#module_390840577 .plainTextGiant-Container{padding-right:10px;}
#module_390840577 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer390840566 #Sub390840566_1 {width:50.0000%;}
.module_390840640 .ModuleHead .HeadCenter{float:none;}
#module_390840640 {
padding:0px;
}
#module_390840640 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_390840640 .ModuleHead390840640 {
display:none;
}
#module_390840640 .BodyCenter.BodyCenter390840640 {
background:none;background-color:rgba(0,0,0,0);
}
#module_390840640 >.module_390840640 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_390840640 >.module_390840640{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_390840640 .BodyCenter.BodyCenter390840640 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390840640 .BodyCenter.BodyCenter390840640 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_390840640 >.module_390840640 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390840640 >.module_390840640 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_390840640 >.module_390840640 {box-shadow: 0px 0px 0px 0px #ccc}
#module_390840640:hover {
border:none;
}
#module_390840640:hover >.module_390840640 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}


.ModuleGridContainer.ModuleGridContainer390840566 #Sub390840566_2 {width:50.0000%;}

.module_392042694 .ModuleHead .HeadCenter{float:none;}
#module_392042694 {
padding:0px;
}
#module_392042694 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_392042694 .ModuleHead392042694 {
display:none;
}

#module_392042694 .ModuleSubContainer{background-color:transparent;}
#module_392042694 .ModuleSubContainer{}
#module_392042694 .ModuleSubContainer{background-repeat:no-repeat;}
#module_392042694 .ModuleSubContainer{background-position:0% 0%;}
#module_392042694 .ModuleSubContainer{background-attachment:scroll;}
#module_392042694 .ModuleSubContainer{}
#module_392042694 {!bgVideo!}{bgVideoUrl:}
#module_392042694 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_392042694 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_392042694 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer392042694 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer392042694 .SubPadding {width:0px;}
.module_390841743 .ModuleHead .HeadCenter{float:none;}
#module_390841743 {
padding:0px;
}
#module_390841743 {
position:static;
z-index:0;
top:556px;
left:474px;
width:100%;
height: auto;
}
#module_390841743 .ModuleHead390841743 {
display:none;
}
#module_390841743 .BodyCenter.BodyCenter390841743 {
background:none;background-color:rgba(0,0,0,0);
}
#module_390841743 >.module_390841743 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_390841743 >.module_390841743{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_390841743 .BodyCenter.BodyCenter390841743 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390841743 .BodyCenter.BodyCenter390841743 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_390841743 >.module_390841743 {
margin-top:5.1095%;
margin-left:28.9538%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390841743 >.module_390841743 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_390841743 >.module_390841743 {box-shadow: 0px 0px 0px 0px #ccc}
#module_390841743:hover {
border:none;
}
#module_390841743:hover >.module_390841743 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_390841743 img{border-top-color:transparent;}
#module_390841743 img{border-top-style:none;}
#module_390841743 img{border-top-width:0px;}
#module_390841743 img{border-right-color:transparent;}
#module_390841743 img{border-right-style:none;}
#module_390841743 img{border-right-width:0px;}
#module_390841743 img{border-bottom-color:transparent;}
#module_390841743 img{border-bottom-style:none;}
#module_390841743 img{border-bottom-width:0px;}
#module_390841743 img{border-left-color:transparent;}
#module_390841743 img{border-left-style:none;}
#module_390841743 img{border-left-width:0px;}
#module_390841743 img{border-top-left-radius:0px;}
#module_390841743 img{border-top-right-radius:0px;}
#module_390841743 img{border-bottom-left-radius:0px;}
#module_390841743 img{border-bottom-right-radius:0px;}
#module_390841743 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer392042694 #Sub392042694_1 {width:20.0962%;}
.module_390843772 .ModuleHead .HeadCenter{float:none;}
#module_390843772 {
padding:0px;
}
#module_390843772 {
position:static;
z-index:0;
top:632px;
left:563px;
width:100%;
height: auto;
}
#module_390843772 .ModuleHead390843772 {
display:none;
}
#module_390843772 .BodyCenter.BodyCenter390843772 {
background:none;background-color:rgba(0,0,0,0);
}
#module_390843772 >.module_390843772 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_390843772 >.module_390843772{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_390843772 .BodyCenter.BodyCenter390843772 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390843772 .BodyCenter.BodyCenter390843772 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_390843772 >.module_390843772 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390843772 >.module_390843772 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_390843772 >.module_390843772 {box-shadow: 0px 0px 0px 0px #ccc}
#module_390843772:hover {
border:none;
}
#module_390843772:hover >.module_390843772 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_390843772 .ModulePlainTextGiantContent{margin-top:0px;}
#module_390843772 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_390843772 .ModulePlainTextGiantContent{margin-left:0px;}
#module_390843772 .ModulePlainTextGiantContent{margin-right:10px;}
#module_390843772 .plainTextGiant-Container{padding-top:10px;}
#module_390843772 .plainTextGiant-Container{padding-bottom:10px;}
#module_390843772 .plainTextGiant-Container{padding-left:10px;}
#module_390843772 .plainTextGiant-Container{padding-right:10px;}
#module_390843772 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer392042694 #Sub392042694_2 {width:10.2619%;}
.module_390847843 .ModuleHead .HeadCenter{float:none;}
#module_390847843 {
padding:0px;
}
#module_390847843 {
position:static;
z-index:0;
top:621px;
left:830px;
width:100%;
height: auto;
}
#module_390847843 .ModuleHead390847843 {
display:none;
}
#module_390847843 .BodyCenter.BodyCenter390847843 {
background:none;background-color:rgba(0,0,0,0);
}
#module_390847843 >.module_390847843 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_390847843 >.module_390847843{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_390847843 .BodyCenter.BodyCenter390847843 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390847843 .BodyCenter.BodyCenter390847843 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_390847843 >.module_390847843 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390847843 >.module_390847843 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_390847843 >.module_390847843 {box-shadow: 0px 0px 0px 0px #ccc}
#module_390847843:hover {
border:none;
}
#module_390847843:hover >.module_390847843 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_390847843 .ModulePlainTextGiantContent{margin-top:0px;}
#module_390847843 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_390847843 .ModulePlainTextGiantContent{margin-left:0px;}
#module_390847843 .ModulePlainTextGiantContent{margin-right:10px;}
#module_390847843 .plainTextGiant-Container{padding-top:10px;}
#module_390847843 .plainTextGiant-Container{padding-bottom:10px;}
#module_390847843 .plainTextGiant-Container{padding-left:10px;}
#module_390847843 .plainTextGiant-Container{padding-right:10px;}
#module_390847843 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer392042694 #Sub392042694_3 {width:10.6360%;}
.module_390847728 .ModuleHead .HeadCenter{float:none;}
#module_390847728 {
padding:0px;
}
#module_390847728 {
position:static;
z-index:0;
top:599px;
left:1189px;
width:100%;
height: auto;
}
#module_390847728 .ModuleHead390847728 {
display:none;
}
#module_390847728 .BodyCenter.BodyCenter390847728 {
background:none;background-color:rgba(0,0,0,0);
}
#module_390847728 >.module_390847728 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_390847728 >.module_390847728{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_390847728 .BodyCenter.BodyCenter390847728 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390847728 .BodyCenter.BodyCenter390847728 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_390847728 >.module_390847728 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390847728 >.module_390847728 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_390847728 >.module_390847728 {box-shadow: 0px 0px 0px 0px #ccc}
#module_390847728:hover {
border:none;
}
#module_390847728:hover >.module_390847728 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_390847728 .ModulePlainTextGiantContent{margin-top:0px;}
#module_390847728 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_390847728 .ModulePlainTextGiantContent{margin-left:0px;}
#module_390847728 .ModulePlainTextGiantContent{margin-right:10px;}
#module_390847728 .plainTextGiant-Container{padding-top:10px;}
#module_390847728 .plainTextGiant-Container{padding-bottom:10px;}
#module_390847728 .plainTextGiant-Container{padding-left:10px;}
#module_390847728 .plainTextGiant-Container{padding-right:10px;}
#module_390847728 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer392042694 #Sub392042694_4 {width:9.8343%;}
.module_392042698 .ModuleHead .HeadCenter{float:none;}
#module_392042698 {
padding:0px;
}
#module_392042698 {
position:static;
z-index:0;
top:24px;
left:446px;
width:100%;
height: auto;
}
#module_392042698 .ModuleHead392042698 {
display:none;
}
#module_392042698 .BodyCenter.BodyCenter392042698 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392042698 >.module_392042698 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392042698 >.module_392042698{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392042698 .BodyCenter.BodyCenter392042698 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392042698 .BodyCenter.BodyCenter392042698 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392042698 >.module_392042698 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392042698 >.module_392042698 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392042698 >.module_392042698 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392042698:hover {
border:none;
}
#module_392042698:hover >.module_392042698 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392042698 .ModulePlainTextGiantContent{margin-top:0px;}
#module_392042698 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_392042698 .ModulePlainTextGiantContent{margin-left:0px;}
#module_392042698 .ModulePlainTextGiantContent{margin-right:10px;}
#module_392042698 .plainTextGiant-Container{padding-top:10px;}
#module_392042698 .plainTextGiant-Container{padding-bottom:10px;}
#module_392042698 .plainTextGiant-Container{padding-left:10px;}
#module_392042698 .plainTextGiant-Container{padding-right:10px;}
#module_392042698 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer392042694 #Sub392042694_5 {width:11.5981%;}
.module_392043088 .ModuleHead .HeadCenter{float:none;}
#module_392043088 {
padding:0px;
}
#module_392043088 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_392043088 .ModuleHead392043088 {
display:none;
}
#module_392043088 {
border:none;
}
@media screen and (min-width: 768px){
#module_392043088 >.module_392043088 {
margin-top:0.0000%;
margin-left:5.8321%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392043088 >.module_392043088 {
}
}

#module_392043088 .ModulePlainTextGiantContent{margin-top:0px;}
#module_392043088 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_392043088 .ModulePlainTextGiantContent{margin-left:0px;}
#module_392043088 .ModulePlainTextGiantContent{margin-right:10px;}
#module_392043088 .plainTextGiant-Container{padding-top:10px;}
#module_392043088 .plainTextGiant-Container{padding-bottom:10px;}
#module_392043088 .plainTextGiant-Container{padding-left:10px;}
#module_392043088 .plainTextGiant-Container{padding-right:10px;}
#module_392043088 a{font-size:unset;font-family:unset}
.module_392043087 .ModuleHead .HeadCenter{float:none;}
#module_392043087 {
padding:0px;
}
#module_392043087 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_392043087 .ModuleHead392043087 {
display:none;
}
#module_392043087 .BodyCenter.BodyCenter392043087 {
background:none;background-color:rgba(0,0,0,0);
}
#module_392043087 >.module_392043087 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_392043087 >.module_392043087{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_392043087 .BodyCenter.BodyCenter392043087 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392043087 .BodyCenter.BodyCenter392043087 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_392043087 >.module_392043087 {
margin-top:0.5666%;
margin-left:7.6487%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_392043087 >.module_392043087 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_392043087 >.module_392043087 {box-shadow: 0px 0px 0px 0px #ccc}
#module_392043087:hover {
border:none;
}
#module_392043087:hover >.module_392043087 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_392043087 img{border-top-color:transparent;}
#module_392043087 img{border-top-style:none;}
#module_392043087 img{border-top-width:0px;}
#module_392043087 img{border-right-color:transparent;}
#module_392043087 img{border-right-style:none;}
#module_392043087 img{border-right-width:0px;}
#module_392043087 img{border-bottom-color:transparent;}
#module_392043087 img{border-bottom-style:none;}
#module_392043087 img{border-bottom-width:0px;}
#module_392043087 img{border-left-color:transparent;}
#module_392043087 img{border-left-style:none;}
#module_392043087 img{border-left-width:0px;}
#module_392043087 img{border-top-left-radius:0px;}
#module_392043087 img{border-top-right-radius:0px;}
#module_392043087 img{border-bottom-left-radius:0px;}
#module_392043087 img{border-bottom-right-radius:0px;}
#module_392043087 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer392042694 #Sub392042694_6 {width:37.5735%;}

.module_390848434 .ModuleHead .HeadCenter{float:none;}
#module_390848434 {
padding:0px;
}
#module_390848434 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_390848434 .ModuleHead390848434 {
display:none;
}
#module_390848434 .BodyCenter.BodyCenter390848434 {
background:none;background-color:rgb(216, 216, 216);
}
#module_390848434 >.module_390848434 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_390848434 >.module_390848434{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_390848434 .BodyCenter.BodyCenter390848434 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390848434 .BodyCenter.BodyCenter390848434 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_390848434 >.module_390848434 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390848434 >.module_390848434 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_390848434 >.module_390848434 {box-shadow: 0px 0px 0px 0px #ccc}
#module_390848434:hover {
border:none;
}
#module_390848434:hover >.module_390848434 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_390848434 .ModulePlainTextGiantContent{margin-top:0px;}
#module_390848434 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_390848434 .ModulePlainTextGiantContent{margin-left:0px;}
#module_390848434 .ModulePlainTextGiantContent{margin-right:10px;}
#module_390848434 .plainTextGiant-Container{padding-top:10px;}
#module_390848434 .plainTextGiant-Container{padding-bottom:10px;}
#module_390848434 .plainTextGiant-Container{padding-left:10px;}
#module_390848434 .plainTextGiant-Container{padding-right:10px;}
#module_390848434 a{font-size:unset;font-family:unset}
.module_390848432 .ModuleHead .HeadCenter{float:none;}
#module_390848432 {
padding:0px;
}
#module_390848432 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_390848432 .ModuleHead390848432 {
display:none;
}
#module_390848432 .BodyCenter.BodyCenter390848432 {
background:none;background-color:rgb(216, 216, 216);
}
#module_390848432 >.module_390848432 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_390848432 >.module_390848432{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_390848432 .BodyCenter.BodyCenter390848432 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390848432 .BodyCenter.BodyCenter390848432 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_390848432 >.module_390848432 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390848432 >.module_390848432 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_390848432 >.module_390848432 {box-shadow: 0px 0px 0px 0px #ccc}
#module_390848432:hover {
border:none;
}
#module_390848432:hover >.module_390848432 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_390848432 img{border-top-color:transparent;}
#module_390848432 img{border-top-style:none;}
#module_390848432 img{border-top-width:0px;}
#module_390848432 img{border-right-color:transparent;}
#module_390848432 img{border-right-style:none;}
#module_390848432 img{border-right-width:0px;}
#module_390848432 img{border-bottom-color:transparent;}
#module_390848432 img{border-bottom-style:none;}
#module_390848432 img{border-bottom-width:0px;}
#module_390848432 img{border-left-color:transparent;}
#module_390848432 img{border-left-style:none;}
#module_390848432 img{border-left-width:0px;}
#module_390848432 img{border-top-left-radius:0px;}
#module_390848432 img{border-top-right-radius:0px;}
#module_390848432 img{border-bottom-left-radius:0px;}
#module_390848432 img{border-bottom-right-radius:0px;}
#module_390848432 .BodyCenter{text-align: center;}

.module_390848396 .ModuleHead .HeadCenter{float:none;}
#module_390848396 {
padding:0px;
}
#module_390848396 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_390848396 .ModuleHead390848396 {
display:none;
}
#module_390848396 .BodyCenter.BodyCenter390848396 {
background:none;background-color:rgb(216, 216, 216);
}
#module_390848396 >.module_390848396 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_390848396 >.module_390848396{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_390848396 .BodyCenter.BodyCenter390848396 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390848396 .BodyCenter.BodyCenter390848396 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_390848396 >.module_390848396 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_390848396 >.module_390848396 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_390848396 >.module_390848396 {box-shadow: 0px 0px 0px 0px #ccc}
#module_390848396:hover {
border:none;
}
#module_390848396:hover >.module_390848396 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_390848396 .ModuleSubContainer{background-color:transparent;}
#module_390848396 .ModuleSubContainer{background-image:none;}
#module_390848396 .ModuleSubContainer{background-repeat:no-repeat;}
#module_390848396 .ModuleSubContainer{background-position:0% 0%;}
#module_390848396 .ModuleSubContainer{background-attachment:scroll;}
#module_390848396 .ModuleSubContainer{}
#module_390848396 {!bgVideo!}{bgVideoUrl:}
#module_390848396 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_390848396 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_390848396 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer390848396 {max-width:none;width:100%;}
.module_390848462 .ModuleHead .HeadCenter{float:none;}
#module_390848462 {
padding:0px;
}
#module_390848462 {
position:static;
z-index:0;
top:856px;
left:446px;
width:100%;
height: auto;
}
#module_390848462 .ModuleHead390848462 {
display:none;
}

#module_390848462 .ModulePlainTextGiantContent{margin-top:0px;}
#module_390848462 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_390848462 .ModulePlainTextGiantContent{margin-left:0px;}
#module_390848462 .ModulePlainTextGiantContent{margin-right:10px;}
#module_390848462 .plainTextGiant-Container{padding-top:10px;}
#module_390848462 .plainTextGiant-Container{padding-bottom:10px;}
#module_390848462 .plainTextGiant-Container{padding-left:10px;}
#module_390848462 .plainTextGiant-Container{padding-right:10px;}
#module_390848462 a{font-size:unset;font-family:unset}
.module_404682184 .ModuleHead .HeadCenter{float:none;}
#module_404682184 {
padding:0px;
}
#module_404682184 {
position:static;
z-index:0;
top:5893px;
left:195px;
width:100%;
height: auto;
}
#module_404682184 .ModuleHead404682184 {
display:none;
}



#module_389618950 #Sub389618950_8 {top: 0;transform: translateY(0);}
#module_389618950 .swiper-pagination-full {right: 20px;left: unset;top: 50%;transform: translateY(-50%);bottom: unset;}
.module_393755630 .ModuleHead .HeadCenter{float:none;}
#module_393755630 {
padding:0px;
}
#module_393755630 {
position:static;
z-index:0;
top:-115px;
left:0px;
width:100%;
height: auto;
}
#module_393755630 .ModuleHead393755630 {
display:none;
}
#module_393755630 .BodyCenter.BodyCenter393755630 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393755630 >.module_393755630 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393755630 >.module_393755630{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393755630 .BodyCenter.BodyCenter393755630 {
padding-top:46px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393755630 .BodyCenter.BodyCenter393755630 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393755630 >.module_393755630 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393755630 >.module_393755630 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393755630 >.module_393755630 {box-shadow: 0px 0px 0px 0px #ccc}
#module_393755630:hover {
border:none;
}
#module_393755630:hover >.module_393755630 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393755630 .ModuleSubContainer{background-color:transparent;}
#module_393755630 .ModuleSubContainer{background-image:none;}
#module_393755630 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393755630 .ModuleSubContainer{background-position:0% 0%;}
#module_393755630 .ModuleSubContainer{background-attachment:scroll;}
#module_393755630 .ModuleSubContainer{}
#module_393755630 {!bgVideo!}{bgVideoUrl:}
#module_393755630 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393755630 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393755630 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393755630 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer393755630 .SubPadding {width:0px;}
.module_393755631 .ModuleHead .HeadCenter{float:none;}
#module_393755631 {
padding:0px;
}
#module_393755631 {
position:static;
z-index:0;
top:556px;
left:474px;
width:100%;
height: auto;
}
#module_393755631 .ModuleHead393755631 {
display:none;
}
#module_393755631 .BodyCenter.BodyCenter393755631 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393755631 >.module_393755631 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393755631 >.module_393755631{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393755631 .BodyCenter.BodyCenter393755631 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393755631 .BodyCenter.BodyCenter393755631 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_393755631 >.module_393755631 {
margin-top:5.1095%;
margin-left:28.9538%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393755631 >.module_393755631 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_393755631 >.module_393755631 {box-shadow: 0px 0px 0px 0px #ccc}
#module_393755631:hover {
border:none;
}
#module_393755631:hover >.module_393755631 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393755631 img{border-top-color:transparent;}
#module_393755631 img{border-top-style:none;}
#module_393755631 img{border-top-width:0px;}
#module_393755631 img{border-right-color:transparent;}
#module_393755631 img{border-right-style:none;}
#module_393755631 img{border-right-width:0px;}
#module_393755631 img{border-bottom-color:transparent;}
#module_393755631 img{border-bottom-style:none;}
#module_393755631 img{border-bottom-width:0px;}
#module_393755631 img{border-left-color:transparent;}
#module_393755631 img{border-left-style:none;}
#module_393755631 img{border-left-width:0px;}
#module_393755631 img{border-top-left-radius:0px;}
#module_393755631 img{border-top-right-radius:0px;}
#module_393755631 img{border-bottom-left-radius:0px;}
#module_393755631 img{border-bottom-right-radius:0px;}
#module_393755631 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393755630 #Sub393755630_1 {width:20.0962%;}
.module_404450078 .ModuleHead .HeadCenter{float:none;}
#module_404450078 {
padding:0px;
}
#module_404450078 {
position:static;
z-index:1;
top:30px;
left:0px;
width:100%;
height: auto;
}
#module_404450078 .ModuleHead404450078 {
display:none;
}
#module_404450078 .BodyCenter.BodyCenter404450078 {
background:none;background-color:rgba(0,0,0,0);
}
#module_404450078 >.module_404450078 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_404450078 >.module_404450078{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_404450078 .BodyCenter.BodyCenter404450078 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404450078 .BodyCenter.BodyCenter404450078 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_404450078 >.module_404450078 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404450078 >.module_404450078 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_404450078 >.module_404450078 {box-shadow: 0px 0px 0px 0px #ccc}
#module_404450078:hover {
border:none;
}
#module_404450078:hover >.module_404450078 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_404450078 .ModulePlainTextGiantContent{margin-top:0px;}
#module_404450078 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_404450078 .ModulePlainTextGiantContent{margin-left:0px;}
#module_404450078 .ModulePlainTextGiantContent{margin-right:10px;}
#module_404450078 .plainTextGiant-Container{padding-top:10px;}
#module_404450078 .plainTextGiant-Container{padding-bottom:10px;}
#module_404450078 .plainTextGiant-Container{padding-left:10px;}
#module_404450078 .plainTextGiant-Container{padding-right:10px;}
#module_404450078 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393755630 #Sub393755630_2 {width:10.2619%;}
.module_404450079 .ModuleHead .HeadCenter{float:none;}
#module_404450079 {
padding:0px;
}
#module_404450079 {
position:static;
z-index:1;
top:10px;
left:0px;
width:100%;
height: auto;
}
#module_404450079 .ModuleHead404450079 {
display:none;
}
#module_404450079 .BodyCenter.BodyCenter404450079 {
background:none;background-color:rgba(0,0,0,0);
}
#module_404450079 >.module_404450079 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_404450079 >.module_404450079{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_404450079 .BodyCenter.BodyCenter404450079 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404450079 .BodyCenter.BodyCenter404450079 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_404450079 >.module_404450079 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404450079 >.module_404450079 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_404450079 >.module_404450079 {box-shadow: 0px 0px 0px 0px #ccc}
#module_404450079:hover {
border:none;
}
#module_404450079:hover >.module_404450079 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_404450079 .ModulePlainTextGiantContent{margin-top:0px;}
#module_404450079 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_404450079 .ModulePlainTextGiantContent{margin-left:0px;}
#module_404450079 .ModulePlainTextGiantContent{margin-right:10px;}
#module_404450079 .plainTextGiant-Container{padding-top:10px;}
#module_404450079 .plainTextGiant-Container{padding-bottom:10px;}
#module_404450079 .plainTextGiant-Container{padding-left:10px;}
#module_404450079 .plainTextGiant-Container{padding-right:10px;}
#module_404450079 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393755630 #Sub393755630_3 {width:10.6360%;}
.module_404450081 .ModuleHead .HeadCenter{float:none;}
#module_404450081 {
padding:0px;
}
#module_404450081 {
position:static;
z-index:0;
top:45px;
left:0px;
width:100%;
height: auto;
}
#module_404450081 .ModuleHead404450081 {
display:none;
}
#module_404450081 .BodyCenter.BodyCenter404450081 {
background:none;background-color:rgba(0,0,0,0);
}
#module_404450081 >.module_404450081 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_404450081 >.module_404450081{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_404450081 .BodyCenter.BodyCenter404450081 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404450081 .BodyCenter.BodyCenter404450081 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_404450081 >.module_404450081 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404450081 >.module_404450081 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_404450081 >.module_404450081 {box-shadow: 0px 0px 0px 0px #ccc}
#module_404450081:hover {
border:none;
}
#module_404450081:hover >.module_404450081 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_404450081 .ModulePlainTextGiantContent{margin-top:0px;}
#module_404450081 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_404450081 .ModulePlainTextGiantContent{margin-left:0px;}
#module_404450081 .ModulePlainTextGiantContent{margin-right:10px;}
#module_404450081 .plainTextGiant-Container{padding-top:10px;}
#module_404450081 .plainTextGiant-Container{padding-bottom:10px;}
#module_404450081 .plainTextGiant-Container{padding-left:10px;}
#module_404450081 .plainTextGiant-Container{padding-right:10px;}
#module_404450081 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393755630 #Sub393755630_4 {width:9.8343%;}
.module_404450082 .ModuleHead .HeadCenter{float:none;}
#module_404450082 {
padding:0px;
}
#module_404450082 {
position:static;
z-index:0;
top:64px;
left:0px;
width:100%;
height: auto;
}
#module_404450082 .ModuleHead404450082 {
display:none;
}
#module_404450082 .BodyCenter.BodyCenter404450082 {
background:none;background-color:rgba(0,0,0,0);
}
#module_404450082 >.module_404450082 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_404450082 >.module_404450082{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_404450082 .BodyCenter.BodyCenter404450082 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404450082 .BodyCenter.BodyCenter404450082 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_404450082 >.module_404450082 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_404450082 >.module_404450082 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_404450082 >.module_404450082 {box-shadow: 0px 0px 0px 0px #ccc}
#module_404450082:hover {
border:none;
}
#module_404450082:hover >.module_404450082 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_404450082 .ModulePlainTextGiantContent{margin-top:0px;}
#module_404450082 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_404450082 .ModulePlainTextGiantContent{margin-left:0px;}
#module_404450082 .ModulePlainTextGiantContent{margin-right:10px;}
#module_404450082 .plainTextGiant-Container{padding-top:10px;}
#module_404450082 .plainTextGiant-Container{padding-bottom:10px;}
#module_404450082 .plainTextGiant-Container{padding-left:10px;}
#module_404450082 .plainTextGiant-Container{padding-right:10px;}
#module_404450082 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393755630 #Sub393755630_5 {width:11.5981%;}
.module_393755637 .ModuleHead .HeadCenter{float:none;}
#module_393755637 {
padding:0px;
}
#module_393755637 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_393755637 .ModuleHead393755637 {
display:none;
}
#module_393755637 {
border:none;
}
@media screen and (min-width: 768px){
#module_393755637 >.module_393755637 {
margin-top:0.0000%;
margin-left:5.8321%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393755637 >.module_393755637 {
}
}

#module_393755637 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393755637 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393755637 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393755637 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393755637 .plainTextGiant-Container{padding-top:10px;}
#module_393755637 .plainTextGiant-Container{padding-bottom:10px;}
#module_393755637 .plainTextGiant-Container{padding-left:10px;}
#module_393755637 .plainTextGiant-Container{padding-right:10px;}
#module_393755637 a{font-size:unset;font-family:unset}
.module_393755636 .ModuleHead .HeadCenter{float:none;}
#module_393755636 {
padding:0px;
}
#module_393755636 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393755636 .ModuleHead393755636 {
display:none;
}
#module_393755636 .BodyCenter.BodyCenter393755636 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393755636 >.module_393755636 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393755636 >.module_393755636{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393755636 .BodyCenter.BodyCenter393755636 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393755636 .BodyCenter.BodyCenter393755636 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_393755636 >.module_393755636 {
margin-top:0.5666%;
margin-left:7.6487%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393755636 >.module_393755636 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_393755636 >.module_393755636 {box-shadow: 0px 0px 0px 0px #ccc}
#module_393755636:hover {
border:none;
}
#module_393755636:hover >.module_393755636 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393755636 img{border-top-color:transparent;}
#module_393755636 img{border-top-style:none;}
#module_393755636 img{border-top-width:0px;}
#module_393755636 img{border-right-color:transparent;}
#module_393755636 img{border-right-style:none;}
#module_393755636 img{border-right-width:0px;}
#module_393755636 img{border-bottom-color:transparent;}
#module_393755636 img{border-bottom-style:none;}
#module_393755636 img{border-bottom-width:0px;}
#module_393755636 img{border-left-color:transparent;}
#module_393755636 img{border-left-style:none;}
#module_393755636 img{border-left-width:0px;}
#module_393755636 img{border-top-left-radius:0px;}
#module_393755636 img{border-top-right-radius:0px;}
#module_393755636 img{border-bottom-left-radius:0px;}
#module_393755636 img{border-bottom-right-radius:0px;}
#module_393755636 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393755630 #Sub393755630_6 {width:37.5735%;}
.module_393755663 .ModuleHead .HeadCenter{float:none;}
#module_393755663 {
padding:0px;
}
#module_393755663 {
position:static;
z-index:1;
top:190px;
left:0px;
width:100%;
height: auto;
}
#module_393755663 .ModuleHead393755663 {
display:none;
}
#module_393755663 .BodyCenter.BodyCenter393755663 {
background:none;background-color:rgb(216, 216, 216);
}
#module_393755663 >.module_393755663 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393755663 >.module_393755663{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393755663 .BodyCenter.BodyCenter393755663 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393755663 .BodyCenter.BodyCenter393755663 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_393755663 >.module_393755663 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393755663 >.module_393755663 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_393755663 >.module_393755663 {box-shadow: 0px 0px 0px 0px #ccc}
#module_393755663:hover {
border:none;
}
#module_393755663:hover >.module_393755663 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393755663 .ModuleSubContainer{background-color:transparent;}
#module_393755663 .ModuleSubContainer{background-image:none;}
#module_393755663 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393755663 .ModuleSubContainer{background-position:0% 0%;}
#module_393755663 .ModuleSubContainer{background-attachment:scroll;}
#module_393755663 .ModuleSubContainer{}
#module_393755663 {!bgVideo!}{bgVideoUrl:}
#module_393755663 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393755663 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393755663 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393755663 {max-width:none;width:100%;}
.module_393755668 .ModuleHead .HeadCenter{float:none;}
#module_393755668 {
padding:0px;
}
#module_393755668 {
position:static;
z-index:1;
top:1570px;
left:1221px;
width:100%;
height: auto;
}
#module_393755668 .ModuleHead393755668 {
display:none;
}
#module_393755668 .BodyCenter.BodyCenter393755668 {
background:none;background-color:rgb(216, 216, 216);
}
#module_393755668 >.module_393755668 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393755668 >.module_393755668{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393755668 .BodyCenter.BodyCenter393755668 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393755668 .BodyCenter.BodyCenter393755668 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_393755668 >.module_393755668 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393755668 >.module_393755668 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_393755668 >.module_393755668 {box-shadow: 0px 0px 0px 0px #ccc}
#module_393755668:hover {
border:none;
}
#module_393755668:hover >.module_393755668 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393755668 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393755668 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393755668 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393755668 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393755668 .plainTextGiant-Container{padding-top:10px;}
#module_393755668 .plainTextGiant-Container{padding-bottom:10px;}
#module_393755668 .plainTextGiant-Container{padding-left:10px;}
#module_393755668 .plainTextGiant-Container{padding-right:10px;}
#module_393755668 a{font-size:unset;font-family:unset}
.module_393755670 .ModuleHead .HeadCenter{float:none;}
#module_393755670 {
padding:0px;
}
#module_393755670 {
position:static;
z-index:0;
top:1605px;
left:1335px;
width:100%;
height: auto;
}
#module_393755670 .ModuleHead393755670 {
display:none;
}
#module_393755670 .BodyCenter.BodyCenter393755670 {
background:none;background-color:rgb(216, 216, 216);
}
#module_393755670 >.module_393755670 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393755670 >.module_393755670{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393755670 .BodyCenter.BodyCenter393755670 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393755670 .BodyCenter.BodyCenter393755670 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_393755670 >.module_393755670 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393755670 >.module_393755670 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_393755670 >.module_393755670 {box-shadow: 0px 0px 0px 0px #ccc}
#module_393755670:hover {
border:none;
}
#module_393755670:hover >.module_393755670 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393755670 img{border-top-color:transparent;}
#module_393755670 img{border-top-style:none;}
#module_393755670 img{border-top-width:0px;}
#module_393755670 img{border-right-color:transparent;}
#module_393755670 img{border-right-style:none;}
#module_393755670 img{border-right-width:0px;}
#module_393755670 img{border-bottom-color:transparent;}
#module_393755670 img{border-bottom-style:none;}
#module_393755670 img{border-bottom-width:0px;}
#module_393755670 img{border-left-color:transparent;}
#module_393755670 img{border-left-style:none;}
#module_393755670 img{border-left-width:0px;}
#module_393755670 img{border-top-left-radius:0px;}
#module_393755670 img{border-top-right-radius:0px;}
#module_393755670 img{border-bottom-left-radius:0px;}
#module_393755670 img{border-bottom-right-radius:0px;}
#module_393755670 .BodyCenter{text-align: center;}

.module_393755664 .ModuleHead .HeadCenter{float:none;}
#module_393755664 {
padding:0px;
}
#module_393755664 {
position:static;
z-index:0;
top:856px;
left:446px;
width:100%;
height: auto;
}
#module_393755664 .ModuleHead393755664 {
display:none;
}

#module_393755664 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393755664 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393755664 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393755664 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393755664 .plainTextGiant-Container{padding-top:10px;}
#module_393755664 .plainTextGiant-Container{padding-bottom:10px;}
#module_393755664 .plainTextGiant-Container{padding-left:10px;}
#module_393755664 .plainTextGiant-Container{padding-right:10px;}
#module_393755664 a{font-size:unset;font-family:unset}
#module_435546054{display:none;}
#module_404682184{display:none;}
.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .subnav li a {
    font-size: 15px;
}

.ModuleMobileNavGiant.layout-101 .mobileNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.mobileFootNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.ModuleMobileNavGiant.layout-101 .maxlarge {
    max-width: 10rem;
}

.ModuleMobileNavGiant.layout-101 .maxmiddle {
    max-width: 8rem;
}

.ModuleMobileNavGiant.layout-101 .header-model {
    width: 100%;
    height: 3rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    background: #333333;
    max-height: calc(100vh);
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
}

.mobileNavFloatLayer_1 {
    display: block;
    visibility: hidden;
    width: 17rem;
    height: 100%;
    -ms-transform: translateX(-17rem);
    -khtml-transform: translateX(-17rem);
    -webkit-transform: translateX(-17rem);
    -o-transform: translateX(-17rem);
    -moz-transform: translateX(-17rem);
    transform: translateX(-17rem);
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    z-index: 9999
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li {
    color: #fff;
    border-bottom: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.on {
    border-left: 5px solid #888888;
    transition: all .3s ease-out
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a {
    padding-left: 15%;
    font-size: 15px;
    color: #fff;
    display: block;
    height: 65px;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a .main-class-colorlump {
    width: 10px;
    height: 66px;
    background-color: #888;
    display: none;
    vertical-align: middle;
    top: unset;
    margin-right: 0;
    transform: unset;
    position: unset;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li i {
    width: 18.5px;
    height: 20px;
    display: inline-block;
    margin-right: 1.06rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2.06rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.open>a .more:before {
    content: "\e6a6";
}

.ModuleMobileNavGiant.layout-101 .subnav {
    z-index: -99;
}

.ModuleMobileNavGiant.layout-101 .micro-nav {
    position: absolute;
    top: 50px;
    width: 100%;
    display: none;
}

.ModuleMobileNavGiant.layout-101 .more {
    line-height: 65px;
    z-index: 999;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.ModuleMobileNavGiant.layout-101 .treenav li a.treemenu {
    padding-left: 30%;
}

/*滚动条*/

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    overflow: auto;
    height: 100%;
}

.ModuleMobileNavGiant.layout-101 #accordion {
    position: relative;
    top: 0;
}

/*二级导航*/

.ModuleMobileNavGiant.layout-101 .subnav a {
    padding-left: 25%;
    display: block;
    font-size: 15px;
    position: relative;
    height: 65px;
    /*line-height: 65px;*/
}

.ModuleMobileNavGiant.layout-101 .containers {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 header {
    display: flex;
    height: 50px!important;
    background: #000;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 0
}

.ModuleMobileNavGiant.layout-101 header {
    box-sizing: border-box;
    width: 100%
}



.bodyfixd {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bodyabstre {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}



.ModuleMobileNavGiant.layout-101 .subnav li:first-child {
    border-top: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .subnav li {
    border: 0 ! important
}

.ModuleMobileNavGiant.layout-101 .subnav li:last-child {
    border-bottom: 0;
}

.ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
    margin-top: 3rem;
}

.ModuleMobileNavGiant.layout-101 #header p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}

.ModuleMobileNavGiant.layout-101 #header p img {
    max-height: 40px;
    padding-right: 8pt;
    padding-left: 8pt;
    /* margin-right: 8px;
     margin-left: 15px;
    padding-left: 40px; */
}

.ModuleMobileNavGiant.layout-101 .navcontent {
    display: flex;
    width: calc(100% - 60px);
    margin-left: 50px;
    margin-right: 8pt;
}

.ModuleMobileNavGiant.layout-101 .navcontent a {
    width: 56px;
    text-align: center;
    display: block;
}

.ModuleMobileNavGiant.layout-101 .icons {
    font-size: 16pt;
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .svgdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.ModuleMobileNavGiant.layout-101 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .mobileNav {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        position: fixed;
    }
    .mobileNavFloatLayer_1 {
        display: block;
        visibility: hidden;
        width: 17rem;
        height: 100%;
        -ms-transform: translateX(-17rem);
        -khtml-transform: translateX(-17rem);
        -webkit-transform: translateX(-17rem);
        -o-transform: translateX(-17rem);
        -moz-transform: translateX(-17rem);
        transform: translateX(-17rem);
        -ms-transition: 0.5s;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        z-index: 9999
    }
    .mobileNavFloatLayer_r {
        right: 0;
        -ms-transform: translateX(17rem);
        -khtml-transform: translateX(17rem);
        -webkit-transform: translateX(17rem);
        -o-transform: translateX(17rem);
        -moz-transform: translateX(17rem);
        transform: translateX(17rem);
    }
}

@media only screen and (min-width: 768px) {
    .ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
        margin-top: 0px;
    }
    .ModuleMobileNavGiant.layout-101 .header-model {
        display: none;
    }
}

.ModuleMobileNavGiant.layout-101 .icon-dianhua-moren {
    font-weight: normal;
}

.ModuleMobileNavGiant.layout-101 .icon-sousuo {
    font-weight: 750;
}

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_389619095 .ModuleHead .HeadCenter{float:none;}
#module_389619095 {
padding:0px;
}
#module_389619095 {
}
#module_389619095 .ModuleHead389619095 {
display:none;
}
#module_389619095 .BodyCenter.BodyCenter389619095 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389619095 >.module_389619095 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389619095 >.module_389619095{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389619095 .BodyCenter.BodyCenter389619095 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_389619095 .BodyCenter.BodyCenter389619095 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_389619095 >.module_389619095 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_389619095 >.module_389619095 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_389619095 >.module_389619095 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389619095:hover {
border:none;
}
#module_389619095:hover >.module_389619095 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389619095 .langlistbox{background-color:#fff} #module_389619095 .langlistbox .jt{border-bottom-color:#fff}
#module_389619095 .langlistbox .langinfo{color:#333333}
#module_389619095 .langlistbox .langinfo{background-color:#fff}
#module_389619095 .langlistbox .langinfo{border-color:#333333}
#module_389619095 .langlistbox .langtxt{ font-size:16px }
#module_389619095 .langlistbox .langtxt{ color:#333333 }
#module_389619095 {}#module_389619095.layout-101 #header{border-bottom-color:transparent;}
#module_389619095 {}#module_389619095.layout-101 #header{border-bottom-style:none;}
#module_389619095 {}#module_389619095.layout-101 #header{border-bottom-width:0px;}
#module_389619095 {}#module_389619095.layout-101 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_389619095 {}#module_389619095.layout-101 #MobileNav{background-color: transparent;} #module_389619095.layout-101 #header{background-color:rgb(0, 59, 136);}
#module_389619095 {}#module_389619095.layout-101 #header{}
#module_389619095 {}#module_389619095.layout-101 #header p{font-Family:微软雅黑,Microsoft YaHei;}
#module_389619095 {}#module_389619095.layout-101 #header p{font-size:16px;}
#module_389619095 {}#module_389619095.layout-101 #header p{color:#fff;}
#module_389619095 {}#module_389619095.layout-101 #header p{font-weight:normal;}
#module_389619095 {}#module_389619095.layout-101 #header p{text-decoration:none;}
#module_389619095 {}#module_389619095.layout-101 #header p{font-style:normal;}
#module_389619095 {}#module_389619095.layout-101 .lcitem .rect{background:#fff;} #module_389619095.layout-101 .icons{color:#fff;} #module_389619095.layout-101 .svgdiv svg>*{fill:#fff;}
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item ul li{border-bottom-color:rgb(39, 95, 170);}
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item,#module_389619095.layout-101 #MobileNavFloatLayer{background-color:rgb(0, 68, 156);}
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item,#module_389619095.layout-101 #MobileNavFloatLayer{}
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item>ul>li>a{background:rgb(0, 68, 156);}
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item>ul>li>a{}
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item>ul>li>a,#module_389619095.layout-101 .micro-nav-item>ul>li>a p{color:#fff;}
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item>ul>li .subnav a{background:#3c3c3c;}
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item>ul>li .subnav a{}
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item>ul>li .subnav a,#module_389619095.layout-101 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item>ul>li>a,#module_389619095.layout-101 .micro-nav-item>ul>li>a p{font-family:微软雅黑,Microsoft YaHei;}
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item>ul>li>a,#module_389619095.layout-101 .micro-nav-item>ul>li>a p{font-size:15px;}
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item>ul>li .subnav a,#module_389619095.layout-101 .micro-nav-item>ul>li .subnav a p{font-family:微软雅黑,Microsoft YaHei;}
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item>ul>li .subnav a,#module_389619095.layout-101 .micro-nav-item>ul>li .subnav a p{font-size:15px;}
#module_389619095 .langlistbox li:hover .langinfo,#module_389619095 .langactive .langinfo {color:#fff}
#module_389619095 .langlistbox li:hover .langinfo,#module_389619095 .langactive .langinfo{background-color:#333333}
#module_389619095 .langlistbox li:hover .langinfo,#module_389619095 .langactive .langinfo{border-color:#333333}
#module_389619095 .langlistbox li:hover .langtxt,#module_389619095 .langactive .langtxt{ color:#333333 }
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item>ul>li>a:hover,#module_389619095.layout-101 .micro-nav-item>ul>li>a:hover p{color:#fff;}
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:rgb(255, 186, 0);}
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:#777;}
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item>ul>li .subnav a:hover{}
#module_389619095 {}#module_389619095.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_389619095.layout-101 .micro-nav-item>ul>li .subnav a:hover p{color:#fff;}
.ModuleMobileFloatNavGiant {position: fixed;
     z-index: 4998;}
.ModuleMobileFloatNavGiant .defaultbtn{ position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  
    width:50px; height: 50px; border-radius: 50%;}
.ModuleMobileFloatNavGiant .spotgroup,.ModuleMobileFloatNavGiant .itemicon{  position: absolute;color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    font-size: 16px;
}
.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


.ModuleMobileFloatNavGiant .itemicon{ color: black;}
.ModuleMobileFloatNavGiant .itembtn{ display: block; position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  
    width:45px; height: 45px; border-radius: 50%; margin-bottom: 15px;}
.ModuleMobileFloatNavGiant .itemtext{
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.16); 
    color: #666;
    box-sizing: content-box;
    /* min-width: 80px; */
}
.ModuleMobileFloatNavGiant .defaultbtnbghover{
    transform: rotate(180deg);
    transition: all 0.5s;
}
.ModuleMobileFloatNavGiant .itemtextright{
    text-align: right;
}
.ModuleMobileFloatNavGiant .itemtextleft{
    text-align: left;
}
.ModuleMobileFloatNavGiant .itemtextright::before{
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    right: -8px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .itemtextleft::before{
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    left: -7px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .FloatNavitemlist{ height: 0; display: none; transition:all} 
.itemimg{
    max-height: 25px;
    max-width: 25px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 100%
}
.FloatNavMask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.50;
    background: #000;
    z-index: 15;
}
.FloatNavQRCode span img {
    border: solid 0.625rem #fff;
}
.FloatNavQRCode span {
    display: block;
    overflow: hidden;
    bottom: 3.750rem;
    right: 0.625rem;
    position: fixed;
    z-index: 20;
}
.FloatNavQRCode {
    display: none;
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
}.module_389619093 .ModuleHead .HeadCenter{float:none;}
#module_389619093 {
padding:0px;
}
#module_389619093 {
}
#module_389619093 .ModuleHead0 {
display:none;
}

#module_389619093 .defaultbtn{background-color:#fff}
#module_389619093 .defaultbtn{}
#module_389619093 .spotgroup{color:#000}
#module_389619093 .itembtn{background-color:#fff}
#module_389619093 .itembtn{}
#module_389619093 .itemicon{color:#666} #module_389619093 svg>*{fill:#666}
#module_389619093 .itemtext{background-color:#fff} #module_389619093 .itemtextright::before{border-left-color:#fff} #module_389619093 .itemtextleft::before{border-right-color:#fff}
#module_389619093 .itemtext{}
#module_389619093 .itemtext{font-size:12px;}
#module_389619093 .itemtext{font-family:;}
#module_389619093 .itemtext{color:#666 !important;}
#module_389619093 .itemtext{font-weight:normal;}
#module_389619093 .itemtext{text-decoration:none;}
#module_389619093 .itemtext{font-style:normal;}
#module_389619093 .defaultbtnbghover{background-color:#000000}
#module_389619093 .defaultbtnbghover{}
#module_389619093 .defaultbtniconbghover{color:#fff}
.module_389619094 .ModuleHead .HeadCenter{float:none;}
#module_389619094 {
padding:0px;
}
#module_389619094 {
}
#module_389619094 .ModuleHead389619094 {
display:none;
}
#module_389619094 .BodyCenter.BodyCenter389619094 {
background:none;background-color:rgba(0,0,0,0);
}
#module_389619094 >.module_389619094 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_389619094 >.module_389619094{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_389619094 .BodyCenter.BodyCenter389619094 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_389619094 .BodyCenter.BodyCenter389619094 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_389619094 >.module_389619094 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_389619094 >.module_389619094 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_389619094 >.module_389619094 {box-shadow: 0px 0px 0px 0px #ccc}
#module_389619094:hover {
border:none;
}
#module_389619094:hover >.module_389619094 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_389619094 .foot-nav-list{background-color:rgb(2, 73, 166) !important;}
#module_389619094 .foot-nav-list{border-top-color:transparent;}
#module_389619094 .foot-nav-list{border-top-style:none;}
#module_389619094 .foot-nav-list{border-top-width:0px;}
#module_389619094 #MobileFootNav{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_389619094 .icon{color:#fff !important;}  #module_389619094 .icon svg >*{fill:#fff}
#module_389619094 .itemText{font-size:12px;}
#module_389619094 .itemText{font-family:微软雅黑,Microsoft YaHei;}
#module_389619094 .itemText{color:#fff !important;}
#module_389619094 .itemText{font-weight:normal;}
#module_389619094 .itemText{text-decoration:none;}
#module_389619094 .itemText{font-style:normal;}
#module_389619094 .iconh{color:#fff !important;}  #module_389619094 .iconh svg >*{fill:#fff}
#module_389619094 .itemTexth{font-size:12px;}
#module_389619094 .itemTexth{font-family:微软雅黑,Microsoft YaHei;}
#module_389619094 .itemTexth{color:#fff !important;}
#module_389619094 .itemTexth{font-weight:normal;}
#module_389619094 .itemTexth{text-decoration:none;}
#module_389619094 .itemTexth{font-style:normal;}




/*yema分页*/
.pageno{clear: both; margin:40px auto 20px auto; padding-top:50px; overflow: hidden; text-align: center;font-size:14px;}
.pageno ul li{display:inline-block;border: 1px solid #ccc;margin: 0 3px;line-height:24px;background: #fff;color:#999;border-radius:2px}
.pageno ul li:hover{background:#0d3e84;color:#fff;border: 1px solid #0d3e84}
.pageno ul li:hover a{color:#fff;}
.pageno ul li.active{display: inline-block;border: 1px solid #0d3e84;margin: 0 1px;background: #0d3e84;color: #fff;}
.pageno ul li.active a, .pageno ul li.active span{color: #fff;}
.pageno ul li a, .pageno ul li span{display:block;color:#999;padding: 6px 15px;}
.pageno ul li a:hover{color: #fff;}